[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 2 / 8 / ZPCategoriesKit / 1.3.0 / ZPCategoriesKit.podspec.json
blob0bc9d8037513af0125c11fd4393838a8339018f9
2   "name": "ZPCategoriesKit",
3   "version": "1.3.0",
4   "license": "MIT",
5   "summary": "Objective-C  Categories",
6   "homepage": "https://github.com/czpc/ZpCategoriesKit",
7   "authors": {
8     "czps": "623320378@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/czpc/ZpCategoriesKit.git",
12     "tag": "1.3.0"
13   },
14   "requires_arc": true,
15   "public_header_files": "ZPCategoriesKit/ZPCategoriesKit.h",
16   "source_files": "ZPCategoriesKit/ZPCategoriesKit.h",
17   "platforms": {
18     "ios": "7.0"
19   },
20   "frameworks": "UIKit",
21   "dependencies": {
22     "MBProgressHUD": [
23       "0.9.2"
24     ],
25     "BlocksKit": [
26       "2.2.5"
27     ],
28     "PREBorderView": [
29       "3.0"
30     ],
31     "ReactiveCocoa": [
32       "2.5"
33     ]
34   },
35   "default_subspecs": "All",
36   "subspecs": [
37     {
38       "name": "All",
39       "ios": {
40         "dependencies": {
41           "ZPCategoriesKit/Core": [
43           ],
44           "ZPCategoriesKit/UIKit": [
46           ],
47           "ZPCategoriesKit/Components": [
49           ]
50         }
51       }
52     },
53     {
54       "name": "Core",
55       "source_files": [
56         "ZPCategoriesKit/ZPCategoriesKit.h",
57         "ZPCategoriesKit/Core/*.{h,m}"
58       ]
59     },
60     {
61       "name": "UIKit",
62       "dependencies": {
63         "ZPCategoriesKit/Core": [
65         ]
66       },
67       "source_files": [
68         "ZPCategoriesKit/ZPCategoriesKit.h",
69         "ZPCategoriesKit/UIKit/*.{h,m}"
70       ]
71     },
72     {
73       "name": "Components",
74       "source_files": [
75         "ZPCategoriesKit/ZPCategoriesKit.h",
76         "ZPCategoriesKit/Components/*.{h,m}"
77       ]
78     }
79   ]