[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / c / 2 / 8 / ZPCategoriesKit / 1.0.1 / ZPCategoriesKit.podspec.json
blobb149eda09600c6863e082136ca4319e101be544f
2   "name": "ZPCategoriesKit",
3   "version": "1.0.1",
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.0.1"
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     "CRToast": [
23       "0.0.9"
24     ]
25   },
26   "default_subspecs": "All",
27   "subspecs": [
28     {
29       "name": "All",
30       "ios": {
31         "dependencies": {
32           "ZPCategoriesKit/Core": [
34           ],
35           "ZPCategoriesKit/UIKit": [
37           ],
38           "ZPCategoriesKit/Components": [
40           ]
41         }
42       }
43     },
44     {
45       "name": "Core",
46       "source_files": [
47         "ZPCategoriesKit/ZPCategoriesKit.h",
48         "ZPCategoriesKit/Core/*.{h,m}"
49       ]
50     },
51     {
52       "name": "UIKit",
53       "dependencies": {
54         "ZPCategoriesKit/Core": [
56         ]
57       },
58       "source_files": [
59         "ZPCategoriesKit/ZPCategoriesKit.h",
60         "ZPCategoriesKit/UIKit/*.{h,m}"
61       ]
62     },
63     {
64       "name": "Components",
65       "source_files": [
66         "ZPCategoriesKit/ZPCategoriesKit.h",
67         "ZPCategoriesKit/Components/*.{h,m}"
68       ]
69     }
70   ]