We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b3e9c commit b18ec42Copy full SHA for b18ec42
Package.swift
@@ -1,9 +1,10 @@
1
import PackageDescription
2
3
let package = Package(
4
- name: "telegram-bot-swift",
+ name: "TelegramBotSDK",
5
+ targets: [Target(name: "TelegramBotSDK")],
6
dependencies: [
- .Package(url: "https://github.com/zmeyc/CCurl.git", majorVersion: 0),
7
+ .Package(url: "https://github.com/zmeyc/CCurl.git", majorVersion: 0),
8
.Package(url: "https://github.com/IBM-Swift/SwiftyJSON.git", majorVersion: 15),
9
.Package(url: "https://github.com/smud/ScannerUtils.git", majorVersion: 1)
10
]
0 commit comments