[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 0 / 8 / ZSModule / 0.0.8 / ZSModule.podspec.json
blob4264b128ec0d58fbbc868a8f374e031d9445c306
2   "name": "ZSModule",
3   "version": "0.0.8",
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.8"
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"
28       },
29       "subspecs": [
30         {
31           "name": "Home",
32           "subspecs": [
33             {
34               "name": "Controller",
35               "source_files": "ZSModule/Classes/Home/Controller/*.{h,m}",
36               "dependencies": {
37                 "ZSModule/Source/Module": [
39                 ]
40               }
41             }
42           ]
43         },
44         {
45           "name": "Service",
46           "source_files": "ZSModule/Classes/Service/*.{h,m}"
47         },
48         {
49           "name": "Module",
50           "source_files": "ZSModule/Classes/Module/*.{h,m}",
51           "public_header_files": "ZSModule/Classes/Module/*.h"
52         }
53       ]
54     },
55     {
56       "name": "FrameWork",
57       "ios": {
58         "vendored_frameworks": "ZSModule/Pod/*.framework"
59       },
60       "pod_target_xcconfig": {
61         "GCC_PREPROCESSOR_DEFINITIONS": "ENABLE_FRAMEWORK"
62       }
63     }
64   ]