[Delete] FaceCoreBasicNightly 6.3.1040
[CocoaPods.git] / Specs / d / b / e / ZZTools / 1.2.2 / ZZTools.podspec.json
blobd1104784738c9d7fb0ec3c7e7cb8404d4d81bfcb
2   "name": "ZZTools",
3   "version": "1.2.2",
4   "summary": "一些通用工具, 包括:瀑布流, 星星评价, 页面路由等, 详细见: https://github.com/An-iOSer/ZZTools",
5   "description": "3.页面路由:模块解耦,组件化必备,用法简单,支持正向传值以及反向传值,无需继承,侵入性低。",
6   "authors": {
7     "ZZ": "1156858877@qq.com"
8   },
9   "platforms": {
10     "ios": "8.0"
11   },
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "homepage": "https://github.com/An-iOSer/ZZTools.git",
17   "source": {
18     "git": "https://github.com/An-iOSer/ZZTools.git",
19     "tag": "1.2.2"
20   },
21   "requires_arc": true,
22   "frameworks": "UIKit",
23   "source_files": "ZZToolsDemo/ZZTools/ZZTools.h",
24   "public_header_files": "ZZToolsDemo/ZZTools/ZZTools.h",
25   "subspecs": [
26     {
27       "name": "ZZLayout",
28       "source_files": "ZZToolsDemo/ZZTools/ZZLayout/ZZLayout.{h,m}",
29       "public_header_files": "ZZToolsDemo/ZZTools/ZZLayout/ZZLayout.h"
30     },
31     {
32       "name": "ZZStarView",
33       "source_files": "ZZToolsDemo/ZZTools/ZZStarView/ZZStarView.{h,m}",
34       "public_header_files": "ZZToolsDemo/ZZTools/ZZStarView/ZZStarView.h"
35     },
36     {
37       "name": "ZZRouter",
38       "source_files": "ZZToolsDemo/ZZTools/ZZRouter/ZZRouter.{h,m}",
39       "public_header_files": "ZZToolsDemo/ZZTools/ZZRouter/ZZRouter.h"
40     },
41     {
42       "name": "ZZFPSButton",
43       "source_files": "ZZToolsDemo/ZZTools/ZZFPSButton/ZZFPSButton.{h,m}",
44       "public_header_files": "ZZToolsDemo/ZZTools/ZZFPSButton/ZZFPSButton.h"
45     }
46   ]