[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 2 / 0 / 3 / CBBasicUtils / 1.0.18 / CBBasicUtils.podspec.json
bloba2f21a22de5993284965c4db841c0d39e52a1832
2   "name": "CBBasicUtils",
3   "version": "1.0.18",
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.18"
20   },
21   "default_subspecs": [
22     "ArrBounds",
23     "Requset",
24     "MacroAndConstant",
25     "Util",
26     "BasicVC",
27     "BasicClass",
28     "Catergory",
29     "ShareView"
30   ],
31   "subspecs": [
32     {
33       "name": "ArrBounds",
34       "source_files": "src/ArrBounds/*.{h,m}",
35       "public_header_files": "src/ArrBounds/*.h",
36       "frameworks": [
37         "UIKit",
38         "Foundation"
39       ]
40     },
41     {
42       "name": "MacroAndConstant",
43       "source_files": "src/MacroAndConstant/*.{h,m}",
44       "public_header_files": "src/MacroAndConstant/*.h"
45     },
46     {
47       "name": "Util",
48       "source_files": "src/Util/*.{h,m}",
49       "public_header_files": "src/Util/*.h",
50       "frameworks": [
51         "UIKit",
52         "Foundation",
53         "QuartzCore"
54       ],
55       "resources": "src/Resource/*.plist"
56     },
57     {
58       "name": "Catergory",
59       "source_files": "src/Catergory/*.{h,m}",
60       "public_header_files": "src/Catergory/*.h",
61       "resources": "src/Catergory/image/*.png",
62       "dependencies": {
63         "MBProgressHUD": [
65         ]
66       },
67       "frameworks": [
68         "UIKit",
69         "Foundation",
70         "QuartzCore"
71       ]
72     },
73     {
74       "name": "BasicVC",
75       "source_files": "src/BasicVC/*.{h,m}",
76       "public_header_files": "src/BasicVC/*.h",
77       "frameworks": [
78         "UIKit",
79         "Foundation",
80         "MobileCoreServices"
81       ]
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     {
108       "name": "ShareView",
109       "source_files": "src/ShareView/View/*.{h,m}",
110       "resources": "src/ShareView/source/*",
111       "frameworks": [
112         "UIKit",
113         "Foundation"
114       ],
115       "dependencies": {
116         "Masonry": [
118         ],
119         "CBBasicUtils/MacroAndConstant": [
121         ],
122         "CBBasicUtils/Util": [
124         ],
125         "WechatOpenSDK": [
127         ]
128       }
129     }
130   ]