[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / 8 / b / ZpKit / 0.0.8 / ZpKit.podspec.json
blob999d729234bbd503e9fcf548820ad99b1b565bce
2   "name": "ZpKit",
3   "version": "0.0.8",
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.8"
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   ]