[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 2 / 8 / ZPCategoriesKit / 1.0.0 / ZPCategoriesKit.podspec.json
blobd4e97e35f25fe742d7d4d131e5aa0cbb34224d10
2   "name": "ZPCategoriesKit",
3   "version": "1.0.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.0.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   "default_subspecs": "All",
22   "subspecs": [
23     {
24       "name": "All",
25       "ios": {
26         "dependencies": {
27           "ZPCategoriesKit/Core": [
29           ],
30           "ZPCategoriesKit/UIKit": [
32           ],
33           "ZPCategoriesKit/Components": [
35           ]
36         }
37       }
38     },
39     {
40       "name": "Core",
41       "source_files": [
42         "ZPCategoriesKit/ZPCategoriesKit.h",
43         "ZPCategoriesKit/Core/*.{h,m}"
44       ]
45     },
46     {
47       "name": "UIKit",
48       "dependencies": {
49         "ZPCategoriesKit/Core": [
51         ]
52       },
53       "source_files": [
54         "ZPCategoriesKit/ZPCategoriesKit.h",
55         "ZPCategoriesKit/UIKit/*.{h,m}"
56       ]
57     },
58     {
59       "name": "Components",
60       "source_files": [
61         "ZPCategoriesKit/ZPCategoriesKit.h",
62         "ZPCategoriesKit/Components/*.{h,m}"
63       ]
64     }
65   ]