[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 2 / 8 / ZPCategoriesKit / 1.1.0 / ZPCategoriesKit.podspec.json
blob64537fb19c9c2da37c263424b6580cf1b6c97868
2   "name": "ZPCategoriesKit",
3   "version": "1.1.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.1.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     "CRToast": [
23       "0.0.9"
24     ],
25     "SVProgressHUD": [
26       "2.0-beta8"
27     ],
28     "BlocksKit": [
29       "2.2.5"
30     ]
31   },
32   "default_subspecs": "All",
33   "subspecs": [
34     {
35       "name": "All",
36       "ios": {
37         "dependencies": {
38           "ZPCategoriesKit/Core": [
40           ],
41           "ZPCategoriesKit/UIKit": [
43           ],
44           "ZPCategoriesKit/Components": [
46           ]
47         }
48       }
49     },
50     {
51       "name": "Core",
52       "source_files": [
53         "ZPCategoriesKit/ZPCategoriesKit.h",
54         "ZPCategoriesKit/Core/*.{h,m}"
55       ]
56     },
57     {
58       "name": "UIKit",
59       "dependencies": {
60         "ZPCategoriesKit/Core": [
62         ]
63       },
64       "source_files": [
65         "ZPCategoriesKit/ZPCategoriesKit.h",
66         "ZPCategoriesKit/UIKit/*.{h,m}"
67       ]
68     },
69     {
70       "name": "Components",
71       "source_files": [
72         "ZPCategoriesKit/ZPCategoriesKit.h",
73         "ZPCategoriesKit/Components/*.{h,m}"
74       ]
75     }
76   ]