[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 6 / c / 1 / Sword / 0.9.0 / Sword.podspec.json
blob450f8f1fa9aecf67b19b0c321a19cea0d11937a8
2   "name": "Sword",
3   "version": "0.9.0",
4   "summary": "A Discord Library for Swift",
5   "homepage": "https://github.com/Azoy/Sword",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Azoy",
11   "source": {
12     "git": "https://github.com/Azoy/Sword.git",
13     "tag": "0.9.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0",
18     "watchos": "2.0"
19   },
20   "pod_target_xcconfig": {
21     "SWIFT_VERSION": "4.0.0"
22   },
23   "source_files": [
24     "Sources/Sword/*.swift",
25     "Sources/Sword/Gateway/*.swift",
26     "Sources/Sword/Rest/*.swift",
27     "Sources/Sword/Shield/*.swift",
28     "Sources/Sword/Types/*.swift",
29     "Sources/Sword/Utils/*.swift"
30   ],
31   "dependencies": {
32     "Starscream": [
33       "~> 3.0"
34     ]
35   },
36   "pushed_with_swift_version": "3.0"