[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 0 / 3 / CBBasicUtils / 0.9.97 / CBBasicUtils.podspec.json
blob1d906996b085e53974eb64c2f83a40a9e014bc75
2   "name": "CBBasicUtils",
3   "version": "0.9.97",
4   "summary": "caobo's BasicUtils.",
5   "description": "It is a utils used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/caobo56/CBBasicUtils.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "caobo": "caobo56@sina.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/caobo56/CBBasicUtils.git",
19     "tag": "0.9.97"
20   },
21   "default_subspecs": [
22     "Requset",
23     "MacroAndConstant",
24     "Util",
25     "BasicVC",
26     "BasicClass",
27     "Catergory"
28   ],
29   "subspecs": [
30     {
31       "name": "MacroAndConstant",
32       "source_files": "src/MacroAndConstant/*.{h,m}",
33       "public_header_files": "src/MacroAndConstant/*.h"
34     },
35     {
36       "name": "Util",
37       "source_files": "src/Util/*.{h,m}",
38       "public_header_files": "src/Util/*.h",
39       "frameworks": [
40         "UIKit",
41         "Foundation",
42         "QuartzCore"
43       ],
44       "resources": "src/Resource/*.plist"
45     },
46     {
47       "name": "Catergory",
48       "source_files": "src/Catergory/*.{h,m}",
49       "public_header_files": "src/Catergory/*.h",
50       "frameworks": [
51         "UIKit",
52         "Foundation",
53         "QuartzCore"
54       ]
55     },
56     {
57       "name": "BasicVC",
58       "source_files": "src/BasicVC/*.{h,m}",
59       "public_header_files": "src/BasicVC/*.h",
60       "frameworks": [
61         "UIKit",
62         "Foundation",
63         "MobileCoreServices"
64       ],
65       "resources": "src/BasicVC/*.xib"
66     },
67     {
68       "name": "BasicClass",
69       "source_files": "src/BasicClass/*.{h,m}",
70       "public_header_files": "src/BasicClass/*.h",
71       "frameworks": [
72         "UIKit",
73         "Foundation"
74       ],
75       "resources": "src/BasicClass/*.xib",
76       "dependencies": {
77         "Masonry": [
79         ]
80       }
81     },
82     {
83       "name": "Requset",
84       "source_files": "src/Requset/*.{h,m}",
85       "public_header_files": "src/Requset/*.h",
86       "frameworks": [
87         "UIKit",
88         "Foundation"
89       ]
90     }
91   ]