[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 1 / 4 / CommonSetting / 1.0.0 / CommonSetting.podspec.json
blob8ab68a60b89db489f041a0bb6b2620081d4e26d4
2   "name": "CommonSetting",
3   "version": "1.0.0",
4   "summary": "通用的设置页面封装",
5   "description": "支持配置文件和代码两种方式配置,拥有多种常见设置功能",
6   "homepage": "https://github.com/InsectQY/CommonSetting",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "insect": "704861917@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/InsectQY/CommonSetting",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "CommonSetting/Classes/QYCommonSetting.h",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "CommonSetting/Classes/Core/*.{h,m}"
26     },
27     {
28       "name": "Resources",
29       "resource_bundles": {
30         "CommonSettingResources": [
31           "CommonSetting/Resources/*.*"
32         ]
33       }
34     },
35     {
36       "name": "About",
37       "source_files": "CommonSetting/Classes/About/*.{h,m}",
38       "dependencies": {
39         "CommonSetting/Resources": [
41         ],
42         "CommonSetting/Core": [
44         ]
45       }
46     },
47     {
48       "name": "Introduce",
49       "source_files": "CommonSetting/Classes/Introduce/*.{h,m}",
50       "dependencies": {
51         "CommonSetting/Resources": [
53         ],
54         "CommonSetting/Core": [
56         ]
57       }
58     },
59     {
60       "name": "Main",
61       "source_files": "CommonSetting/Classes/Main/*.{h,m}",
62       "dependencies": {
63         "CommonSetting/Resources": [
65         ],
66         "CommonSetting/Core": [
68         ],
69         "CommonSetting/About": [
71         ],
72         "CommonSetting/Introduce": [
74         ]
75       }
76     }
77   ]