[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 3 / 5 / d / SwordRPC / 0.1.0 / SwordRPC.podspec.json
blob7b5fd0deba3331d51f80fb66b0b7276b001ed61a
2   "name": "SwordRPC",
3   "version": "0.1.0",
4   "summary": "A Discord Rich Presence Library for Swift",
5   "homepage": "https://github.com/Azoy/SwordRPC",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Azoy",
11   "source": {
12     "git": "https://github.com/Azoy/SwordRPC.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "osx": "10.11"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "4.0.0"
20   },
21   "source_files": [
22     "Sources/SwordRPC/*.swift",
23     "Sources/SwordRPC/Types/*.swift"
24   ],
25   "dependencies": {
26     "BlueSocket": [
27       "~> 0.12"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"