[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 9 / 3 / CZCategory-OC / 0.0.6 / CZCategory-OC.podspec.json
blob06a02028b4083e045d4fdf3c5488356202faadce
2   "name": "CZCategory-OC",
3   "version": "0.0.6",
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.6"
20   },
21   "source_files": [
22     "Category",
23     "Category/*.h"
24   ],
25   "ios": {
26     "frameworks": [
27       "Foundation",
28       "UIKit"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "UIColor",
34       "source_files": [
35         "Category/UIColor/*.{h,m}",
36         "Category/UIColor/*.h"
37       ]
38     },
39     {
40       "name": "NSString",
41       "source_files": [
42         "Category/NSString/*.{h,m}",
43         "Category/NSString/*.h"
44       ]
45     },
46     {
47       "name": "NSNumber",
48       "source_files": [
49         "Category/NSNumber/*.{h,m}",
50         "Category/NSNumber/*.h"
51       ]
52     },
53     {
54       "name": "NSDate",
55       "source_files": [
56         "Category/NSDate/*.{h,m}",
57         "Category/NSDate/*.h"
58       ]
59     },
60     {
61       "name": "UIImage",
62       "source_files": [
63         "Category/UIImage/*.{h,m}",
64         "Category/UIImage/*.h"
65       ]
66     }
67   ]