[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / 2 / c / BaseLibs / 1.0.7 / BaseLibs.podspec.json
blob4866d15dab5bc4362e1e3424c9e657845ef3c294
2   "name": "BaseLibs",
3   "version": "1.0.7",
4   "summary": "BaseLibs",
5   "description": "一些使用到的基本方法整理",
6   "homepage": "https://github.com/brookzhou/BaseLibs",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "brookzhou": "brook_zhou@foxmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/brookzhou/BaseLibs.git",
19     "tag": "v1.0.7"
20   },
21   "source_files": "BaseLibs/BaseLibs/*.{h,m}",
22   "requires_arc": true,
23   "frameworks": "UIKit",
24   "subspecs": [
25     {
26       "name": "UIStyle",
27       "source_files": "BaseLibs/BaseLibs/UIStyle/*.{h,m}"
28     },
29     {
30       "name": "Macro",
31       "source_files": "BaseLibs/BaseLibs/Macro/*.{h,m}"
32     },
33     {
34       "name": "System",
35       "source_files": "BaseLibs/BaseLibs/System/*.{h,m}",
36       "frameworks": [
37         "Foundation",
38         "SystemConfiguration"
39       ]
40     },
41     {
42       "name": "ViewControllers",
43       "source_files": "BaseLibs/BaseLibs/ViewControllers/*.{h,m}"
44     },
45     {
46       "name": "BaseCATransition",
47       "source_files": "BaseLibs/BaseLibs/BaseCATransition/*.{h,m}"
48     },
49     {
50       "name": "DatasConduct",
51       "source_files": "BaseLibs/BaseLibs/DatasConduct/*.{h,m}"
52     },
53     {
54       "name": "Views",
55       "source_files": "BaseLibs/BaseLibs/Views/*.{h,m}",
56       "subspecs": [
57         {
58           "name": "UITextFields",
59           "source_files": "BaseLibs/BaseLibs/Views/UITextFields/*.{h,m}"
60         }
61       ]
62     }
63   ]