[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / 9 / 3 / PKJSON / 1.0.0 / PKJSON.podspec.json
blob1df580d62ddd9056e0b6aafc1b8c78510c9af992
2   "name": "PKJSON",
3   "version": "1.0.0",
4   "summary": "A swift json-object serialization/deserialization library",
5   "homepage": "https://github.com/plumk97/PKJSON",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "plumk97": "plumk97@outlook.com"
12   },
13   "source": {
14     "git": "https://github.com/zx1262111739/PKJSON.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "11.0"
19   },
20   "swift_versions": "5.0",
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Sources/**/*.swift"
26     },
27     {
28       "name": "RxSwift",
29       "source_files": "Sources/**/*.swift",
30       "dependencies": {
31         "RxRelay": [
33         ]
34       }
35     }
36   ],
37   "swift_version": "5.0"