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