[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / e / 9 / a / ComponentModuleA / 1.0.0 / ComponentModuleA.podspec.json
blob40068f4bc908b002ee2965fd7f0f58c97fd87cfd
2   "name": "ComponentModuleA",
3   "version": "1.0.0",
4   "summary": "这是业务模块A 组件",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/LeoSsy",
7   "license": "MIT",
8   "authors": {
9     "jack": "781739973@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/LeoSsy/ModuleA.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "public_header_files": "ComponentModuleA/Controller/ComponentModeleAHeader.h",
20   "source_files": "ComponentModuleA/Controller/ComponentModeleAHeader.h",
21   "subspecs": [
22     {
23       "name": "Controller",
24       "source_files": "ComponentModuleA/Controller/*.{h,m}"
25     },
26     {
27       "name": "Target",
28       "source_files": "ComponentModuleA/Target/*.{h,m}",
29       "dependencies": {
30         "ComponentModuleA/Controller": [
32         ]
33       }
34     }
35   ]