[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / b / 1 / ZComponent / 0.9.3 / ZComponent.podspec.json
blob417d3362e59ba322784667ed8b37c24c76e4a0f2
2   "name": "ZComponent",
3   "version": "0.9.3",
4   "summary": "ZComponent是一个工具库, 封装好了定义的宏,ViewController基类,和view 扩展",
5   "description": "ZComponent是一个工具库, 封装好了定义的宏,ViewController基类,和view 扩展, 使用该库可以减少开发前期的准备.",
6   "homepage": "https://github.com/zhuayi/ZComponent",
7   "license": "MIT",
8   "authors": {
9     "zhuayi": "2179942@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/zhuayi/ZComponent.git",
13     "tag": "0.9.3"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "ZMacro",
22       "source_files": "Pod/Classes/ZMacro/**/*",
23       "public_header_files": "Pod/Classes/ZMacro/**/*.h"
24     },
25     {
26       "name": "Category",
27       "source_files": "Pod/Classes/Category/**/*",
28       "public_header_files": "Pod/Classes/Category/**/*.h"
29     },
30     {
31       "name": "ZBaseViewController",
32       "source_files": "Pod/Classes/ZBaseViewController/**/*",
33       "public_header_files": "Pod/Classes/ZBaseViewController/**/*.h",
34       "dependencies": {
35         "ZComponent/ZMacro": [
37         ]
38       }
39     }
40   ]