[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / 2 / c / BaseLibs / 1.0.6 / BaseLibs.podspec.json
blob575d1e6d567b59939d606c2848b82a705804563c
2   "name": "BaseLibs",
3   "version": "1.0.6",
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.6"
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": "Views",
51       "source_files": "BaseLibs/BaseLibs/Views/*.{h,m}",
52       "subspecs": [
53         {
54           "name": "UITextFields",
55           "source_files": "BaseLibs/BaseLibs/Views/UITextFields/*.{h,m}"
56         }
57       ]
58     }
59   ]