[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 1 / 0 / 8 / ZSModule / 0.0.6 / ZSModule.podspec.json
blob3b090b5216e8b913ccf3fc11542b0bb362c1e811
2   "name": "ZSModule",
3   "version": "0.0.6",
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.6"
20   },
21   "default_subspecs": "FrameWork",
22   "requires_arc": true,
23   "subspecs": [
24     {
25       "name": "Source",
26       "subspecs": [
27         {
28           "name": "Home",
29           "subspecs": [
30             {
31               "name": "Controller",
32               "source_files": "ZSModule/Classes/Home/Controller/*.{h,m}",
33               "dependencies": {
34                 "ZSModule/Source/Module": [
36                 ]
37               }
38             }
39           ]
40         },
41         {
42           "name": "Service",
43           "source_files": "ZSModule/Classes/Service/*.{h,m}"
44         },
45         {
46           "name": "Module",
47           "source_files": "ZSModule/Classes/Module/*.{h,m}",
48           "public_header_files": "ZSModule/Classes/Module/*.h"
49         }
50       ]
51     },
52     {
53       "name": "FrameWork",
54       "ios": {
55         "vendored_frameworks": "ZSModule/Pod/*.framework"
56       }
57     }
58   ]