[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 0 / 8 / ZSModule / 0.0.9 / ZSModule.podspec.json
blob494e6c9cf7c3bb44d75c626f356163905aa1d5f4
2   "name": "ZSModule",
3   "version": "0.0.9",
4   "summary": "测试demo",
5   "description": "就是用来测试的demo,没有什么意思。",
6   "homepage": "https://github.com/zhangguozhong/ZSModule.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangguozhong": "494316382@qq.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/zhangguozhong/ZSModule.git",
19     "tag": "0.0.9"
20   },
21   "default_subspecs": "FrameWork",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Source",
26       "pod_target_xcconfig": {
27         "GCC_PREPROCESSOR_DEFINITIONS": "ENABLE_SOURCE=1"
28       },
29       "user_target_xcconfig": {
30         "GCC_PREPROCESSOR_DEFINITIONS": "ENABLE_SOURCE=1"
31       },
32       "subspecs": [
33         {
34           "name": "Home",
35           "subspecs": [
36             {
37               "name": "Controller",
38               "source_files": "ZSModule/Classes/Home/Controller/*.{h,m}",
39               "dependencies": {
40                 "ZSModule/Source/Module": [
42                 ]
43               }
44             }
45           ]
46         },
47         {
48           "name": "Service",
49           "source_files": "ZSModule/Classes/Service/*.{h,m}"
50         },
51         {
52           "name": "Module",
53           "source_files": "ZSModule/Classes/Module/*.{h,m}",
54           "public_header_files": "ZSModule/Classes/Module/*.h"
55         }
56       ]
57     },
58     {
59       "name": "FrameWork",
60       "ios": {
61         "vendored_frameworks": "ZSModule/Pod/*.framework"
62       },
63       "pod_target_xcconfig": {
64         "GCC_PREPROCESSOR_DEFINITIONS": "ENABLE_FRAMEWORK=1"
65       }
66     }
67   ]