[Add] AmpMux 9.3.2
[CocoaPods.git] / Specs / e / 8 / d / AppTemplateLib / 0.0.4 / AppTemplateLib.podspec.json
blobe982a22f5c9de69c69e18346b3287ebeeeec296b
2   "name": "AppTemplateLib",
3   "version": "0.0.4",
4   "summary": "AppTemplateLib for quick start.",
5   "homepage": "https://github.com/linzhiman/AppTemplateLib",
6   "license": "MIT",
7   "authors": {
8     "linzhiman": "154298785@qq.com"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/linzhiman/AppTemplateLib.git",
15     "tag": "0.0.4"
16   },
17   "default_subspecs": [
18     "Utility",
19     "Model",
20     "UI"
21   ],
22   "subspecs": [
23     {
24       "name": "Utility",
25       "source_files": "AppTemplateLib/Utility/*.{h,m}"
26     },
27     {
28       "name": "Model",
29       "source_files": "AppTemplateLib/Model/*.{h,m}",
30       "dependencies": {
31         "AppTemplateLib/Utility": [
33         ]
34       }
35     },
36     {
37       "name": "UI",
38       "source_files": "AppTemplateLib/UI/*.{h,m}",
39       "dependencies": {
40         "AppTemplateLib/Utility": [
42         ]
43       }
44     }
45   ]