Skip to content

Commit b18ec42

Browse files
authored
Update Package.swift
1 parent 27b3e9c commit b18ec42

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Package.swift

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import PackageDescription
22

33
let package = Package(
4-
name: "telegram-bot-swift",
4+
name: "TelegramBotSDK",
5+
targets: [Target(name: "TelegramBotSDK")],
56
dependencies: [
6-
.Package(url: "https://github.com/zmeyc/CCurl.git", majorVersion: 0),
7+
.Package(url: "https://github.com/zmeyc/CCurl.git", majorVersion: 0),
78
.Package(url: "https://github.com/IBM-Swift/SwiftyJSON.git", majorVersion: 15),
89
.Package(url: "https://github.com/smud/ScannerUtils.git", majorVersion: 1)
910
]

0 commit comments

Comments
 (0)