[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / 2 / 0 / 3 / CBBasicUtils / 1.0.02 / CBBasicUtils.podspec.json
blob4ea9b6456e34da434d6b8617145c389bd16a3982
2   "name": "CBBasicUtils",
3   "version": "1.0.02",
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.02"
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       "resources": "src/BasicVC/*.xib"
72     },
73     {
74       "name": "BasicClass",
75       "source_files": "src/BasicClass/*.{h,m}",
76       "public_header_files": "src/BasicClass/*.h",
77       "frameworks": [
78         "UIKit",
79         "Foundation"
80       ],
81       "resources": "src/BasicClass/*.xib",
82       "dependencies": {
83         "Masonry": [
85         ]
86       }
87     },
88     {
89       "name": "Requset",
90       "source_files": "src/Requset/*.{h,m}",
91       "public_header_files": "src/Requset/*.h",
92       "frameworks": [
93         "UIKit",
94         "Foundation"
95       ]
96     }
97   ]