[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 8 / d / AppTemplateLib / 0.0.3 / AppTemplateLib.podspec.json
blob16e8f84425e50f62165a5fdaefaae5a76b0f8622
2   "name": "AppTemplateLib",
3   "version": "0.0.3",
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.3"
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       "pod_target_xcconfig": {
36         "GCC_PREPROCESSOR_DEFINITIONS": "ATAppTemplateLibModel"
37       }
38     },
39     {
40       "name": "UI",
41       "source_files": "AppTemplateLib/UI/*.{h,m}",
42       "dependencies": {
43         "AppTemplateLib/Utility": [
45         ]
46       }
47     }
48   ]