[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 8 / b / ZpKit / 0.0.4 / ZpKit.podspec.json
blobe38062cfa9c5da2d9148d7ce3da9176f8814d121
2   "name": "ZpKit",
3   "version": "0.0.4",
4   "summary": "swift core or ui extsion and general all purpose component",
5   "homepage": "https://github.com/czpc/ZpKit",
6   "license": "MIT",
7   "authors": {
8     "陈中培": "623320378@qq.com"
9   },
10   "requires_arc": true,
11   "source": {
12     "git": "https://github.com/czpc/ZpKit.git",
13     "tag": "0.0.4"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "frameworks": "UIKit",
19   "default_subspecs": "All",
20   "subspecs": [
21     {
22       "name": "All",
23       "ios": {
24         "dependencies": {
25           "ZpKit/Core": [
27           ],
28           "ZpKit/UIKit": [
30           ],
31           "ZpKit/Components": [
33           ]
34         }
35       }
36     },
37     {
38       "name": "Core",
39       "source_files": "ZpKit/Core/*.{swift}"
40     },
41     {
42       "name": "UIKit",
43       "dependencies": {
44         "ZpKit/Core": [
46         ]
47       },
48       "source_files": "ZpKit/UIKit/*.{swift}"
49     },
50     {
51       "name": "Components",
52       "dependencies": {
53         "ZpKit/Core": [
55         ],
56         "ZpKit/UIKit": [
58         ]
59       },
60       "source_files": "ZpKit/Components/*.{swift}"
61     }
62   ]