[Add] AlibabacloudIQS20241111 1.2.0
[CocoaPods.git] / Specs / a / c / 5 / PKit / 0.3.0 / PKit.podspec.json
blobea56f16ff417dd27d10dd6bcb49101cb5d45e754
2   "name": "PKit",
3   "version": "0.3.0",
4   "summary": "A short description of PKit.",
5   "homepage": "https://github.com/zx1262111739/PKit",
6   "license": "MIT",
7   "authors": {
8     "Plumk": "plumk97@outlook.com"
9   },
10   "source": {
11     "git": "https://github.com/zx1262111739/PKit.git",
12     "tag": "0.3.0"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "swift_versions": "5.0",
18   "default_subspecs": [
19     "Core",
20     "UI"
21   ],
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "Core",
27         "Sources/Core/**/*.swift"
28       ]
29     },
30     {
31       "name": "UI",
32       "source_files": [
33         "Classes",
34         "Sources/UI/**/*.swift"
35       ]
36     },
37     {
38       "name": "Util",
39       "source_files": [
40         "Classes",
41         "Sources/Util/**/*.swift"
42       ]
43     },
44     {
45       "name": "JSON",
46       "source_files": [
47         "JSON",
48         "Sources/JSON/**/*.swift"
49       ]
50     },
51     {
52       "name": "JSON_Rx",
53       "source_files": [
54         "JSON_Rx",
55         "Sources/JSON/**/*.swift"
56       ],
57       "dependencies": {
58         "RxRelay": [
60         ]
61       }
62     }
63   ],
64   "swift_version": "5.0"