[Add] Userpilot 0.0.1-beta.1
[CocoaPods.git] / Specs / 2 / 0 / 3 / CBBasicUtils / 1.0.58 / CBBasicUtils.podspec.json
blob36ac23e9b333fd3a263f848483057ba0a3b09356
2   "name": "CBBasicUtils",
3   "version": "1.0.58",
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.58"
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       "resources": "src/Catergory/image/*.png",
51       "dependencies": {
52         "MBProgressHUD": [
54         ]
55       },
56       "frameworks": [
57         "UIKit",
58         "Foundation",
59         "QuartzCore"
60       ]
61     },
62     {
63       "name": "BasicVC",
64       "source_files": "src/BasicVC/*.{h,m}",
65       "public_header_files": "src/BasicVC/*.h",
66       "frameworks": [
67         "UIKit",
68         "Foundation",
69         "MobileCoreServices"
70       ]
71     },
72     {
73       "name": "BasicClass",
74       "source_files": "src/BasicClass/*.{h,m}",
75       "public_header_files": "src/BasicClass/*.h",
76       "frameworks": [
77         "UIKit",
78         "Foundation"
79       ],
80       "resources": "src/BasicClass/*.xib",
81       "dependencies": {
82         "Masonry": [
84         ]
85       }
86     },
87     {
88       "name": "Requset",
89       "source_files": "src/Requset/*.{h,m}",
90       "public_header_files": "src/Requset/*.h",
91       "frameworks": [
92         "UIKit",
93         "Foundation"
94       ]
95     }
96   ]