[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 0 / 3 / CBBasicUtils / 1.0.11 / CBBasicUtils.podspec.json
blobd0c86181467a788544a5871966ef59ee570e2949
2   "name": "CBBasicUtils",
3   "version": "1.0.11",
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": "1.0.11"
20   },
21   "default_subspecs": [
22     "ArrBounds",
23     "Requset",
24     "MacroAndConstant",
25     "Util",
26     "BasicVC",
27     "BasicClass",
28     "Catergory"
29   ],
30   "subspecs": [
31     {
32       "name": "ArrBounds",
33       "source_files": "src/ArrBounds/*.{h,m}",
34       "public_header_files": "src/ArrBounds/*.h",
35       "frameworks": [
36         "UIKit",
37         "Foundation"
38       ]
39     },
40     {
41       "name": "MacroAndConstant",
42       "source_files": "src/MacroAndConstant/*.{h,m}",
43       "public_header_files": "src/MacroAndConstant/*.h"
44     },
45     {
46       "name": "Util",
47       "source_files": "src/Util/*.{h,m}",
48       "public_header_files": "src/Util/*.h",
49       "frameworks": [
50         "UIKit",
51         "Foundation",
52         "QuartzCore"
53       ],
54       "resources": "src/Resource/*.plist"
55     },
56     {
57       "name": "Catergory",
58       "source_files": "src/Catergory/*.{h,m}",
59       "public_header_files": "src/Catergory/*.h",
60       "resources": "src/Catergory/image/*.png",
61       "dependencies": {
62         "MBProgressHUD": [
64         ]
65       },
66       "frameworks": [
67         "UIKit",
68         "Foundation",
69         "QuartzCore"
70       ]
71     },
72     {
73       "name": "BasicVC",
74       "source_files": "src/BasicVC/*.{h,m}",
75       "public_header_files": "src/BasicVC/*.h",
76       "frameworks": [
77         "UIKit",
78         "Foundation",
79         "MobileCoreServices"
80       ],
81       "resources": "src/BasicVC/*.xib"
82     },
83     {
84       "name": "BasicClass",
85       "source_files": "src/BasicClass/*.{h,m}",
86       "public_header_files": "src/BasicClass/*.h",
87       "frameworks": [
88         "UIKit",
89         "Foundation"
90       ],
91       "resources": "src/BasicClass/*.xib",
92       "dependencies": {
93         "Masonry": [
95         ]
96       }
97     },
98     {
99       "name": "Requset",
100       "source_files": "src/Requset/*.{h,m}",
101       "public_header_files": "src/Requset/*.h",
102       "frameworks": [
103         "UIKit",
104         "Foundation"
105       ]
106     }
107   ]