[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 2 / 8 / ZPCategoriesKit / 1.0.2 / ZPCategoriesKit.podspec.json
blobe0be896d54118e4347d252c84360c4ef1fff7be6
2   "name": "ZPCategoriesKit",
3   "version": "1.0.2",
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.2"
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   },
29   "default_subspecs": "All",
30   "subspecs": [
31     {
32       "name": "All",
33       "ios": {
34         "dependencies": {
35           "ZPCategoriesKit/Core": [
37           ],
38           "ZPCategoriesKit/UIKit": [
40           ],
41           "ZPCategoriesKit/Components": [
43           ]
44         }
45       }
46     },
47     {
48       "name": "Core",
49       "source_files": [
50         "ZPCategoriesKit/ZPCategoriesKit.h",
51         "ZPCategoriesKit/Core/*.{h,m}"
52       ]
53     },
54     {
55       "name": "UIKit",
56       "dependencies": {
57         "ZPCategoriesKit/Core": [
59         ]
60       },
61       "source_files": [
62         "ZPCategoriesKit/ZPCategoriesKit.h",
63         "ZPCategoriesKit/UIKit/*.{h,m}"
64       ]
65     },
66     {
67       "name": "Components",
68       "source_files": [
69         "ZPCategoriesKit/ZPCategoriesKit.h",
70         "ZPCategoriesKit/Components/*.{h,m}"
71       ]
72     }
73   ]