[Delete] FaceCoreBasicNightly 6.3.1040
[CocoaPods.git] / Specs / d / b / e / ZZTools / 1.1.0 / ZZTools.podspec.json
blob6e31760b6aa68b4a978cc66e2a2e2c2aa31d0388
2   "name": "ZZTools",
3   "version": "1.1.0",
4   "summary": "一些通用工具, 包括:瀑布流, 星星评价, 页面路由等, 详细见: https://github.com/iOS-ZZ/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/iOS-ZZ/ZZTools.git",
17   "source": {
18     "git": "https://github.com/iOS-ZZ/ZZTools.git",
19     "tag": "1.1.0"
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   ]