[Add] TMUserCenter 0.2.55
[CocoaPods.git] / Specs / 3 / 1 / 4 / CommonSetting / 0.1.0 / CommonSetting.podspec.json
blob920096bc7e5582674205912d87ed1de34d602e3b
2   "name": "CommonSetting",
3   "version": "0.1.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": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "CommonSetting/Classes/**/*",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "CommonSetting/Classes/Core/*"
26     },
27     {
28       "name": "About",
29       "source_files": "CommonSetting/Classes/About/*",
30       "dependencies": {
31         "CommonSetting/Core": [
33         ]
34       }
35     },
36     {
37       "name": "Introduce",
38       "source_files": "CommonSetting/Classes/Introduce/*",
39       "dependencies": {
40         "CommonSetting/Core": [
42         ]
43       }
44     }
45   ]