[Add] AnyThinkAdmobSDKAdapter 6.4.37.1
[CocoaPods.git] / Specs / 7 / 9 / 3 / CZCategory-OC / 0.0.2 / CZCategory-OC.podspec.json
blobe2cae488e4f2f05d6dbacb3910d1652c3afd5221
2   "name": "CZCategory-OC",
3   "version": "0.0.2",
4   "platforms": {
5     "ios": "10.0"
6   },
7   "summary": "iOS OC 开发常用分类",
8   "requires_arc": true,
9   "homepage": "https://github.com/JQZhangC/CZCategory-OC",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "CZ": "cooper_jx@126.com"
16   },
17   "source": {
18     "git": "https://github.com/JQZhangC/CZCategory-OC.git",
19     "tag": "0.0.2"
20   },
21   "source_files": [
22     "CZCategory-OC",
23     "CZCategory-OC/Category/*.h"
24   ],
25   "ios": {
26     "frameworks": [
27       "Foundation",
28       "UIKit"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "UIColor",
34       "source_files": [
35         "CZCategory-OC/Category/UIColor/*.{h,m}",
36         "CZCategory-OC/Category/UIColor/*.h"
37       ]
38     },
39     {
40       "name": "NSString",
41       "source_files": [
42         "CZCategory-OC/Category/NSString/*.{h,m}",
43         "CZCategory-OC/Category/NSString/*.h"
44       ]
45     },
46     {
47       "name": "NSNumber",
48       "source_files": [
49         "CZCategory-OC/Category/NSNumber/*.{h,m}",
50         "CZCategory-OC/Category/NSNumber/*.h"
51       ]
52     },
53     {
54       "name": "NSDate",
55       "source_files": [
56         "CZCategory-OC/Category/NSDate/*.{h,m}",
57         "CZCategory-OC/Category/NSDate/*.h"
58       ]
59     }
60   ]