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