[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 0 / 8 / ZSModule / 0.0.1 / ZSModule.podspec.json
blobdbbab574c7dd64862d428d407dfa38acc3642d09
2   "name": "ZSModule",
3   "version": "0.0.1",
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.1"
20   },
21   "requires_arc": true,
22   "subspecs": [
23     {
24       "name": "Home",
25       "subspecs": [
26         {
27           "name": "Controller",
28           "source_files": "ZSModule/Classes/Home/Controller/*.{h,m}"
29         }
30       ]
31     },
32     {
33       "name": "Service",
34       "source_files": "ZSModule/Classes/Service/*.{h,m}"
35     },
36     {
37       "name": "Module",
38       "source_files": "ZSModule/Classes/Module/*.{h,m}"
39     }
40   ]