blob: 1057d46896ffaaa6d087d5c22f1004868c57fb9f [file] [log] [blame]
{
"name": "ZZTools",
"version": "1.2.0",
"summary": "一些通用工具, 包括:瀑布流, 星星评价, 页面路由等, 详细见: https://github.com/An-iOSer/ZZTools",
"description": "3.页面路由:模块解耦,组件化必备,用法简单,支持正向传值以及反向传值,无需继承,侵入性低。",
"authors": {
"ZZ": "1156858877@qq.com"
},
"platforms": {
"ios": "8.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/An-iOSer/ZZTools.git",
"source": {
"git": "https://github.com/An-iOSer/ZZTools.git",
"tag": "1.2.0"
},
"requires_arc": true,
"frameworks": "UIKit",
"source_files": "ZZToolsDemo/ZZTools/ZZTools.h",
"public_header_files": "ZZToolsDemo/ZZTools/ZZTools.h",
"subspecs": [
{
"name": "ZZLayout",
"source_files": "ZZToolsDemo/ZZTools/ZZLayout/ZZLayout.{h,m}",
"public_header_files": "ZZToolsDemo/ZZTools/ZZLayout/ZZLayout.h"
},
{
"name": "ZZStarView",
"source_files": "ZZToolsDemo/ZZTools/ZZStarView/ZZStarView.{h,m}",
"public_header_files": "ZZToolsDemo/ZZTools/ZZStarView/ZZStarView.h"
},
{
"name": "ZZRouter",
"source_files": "ZZToolsDemo/ZZTools/ZZRouter/ZZRouter.{h,m}",
"public_header_files": "ZZToolsDemo/ZZTools/ZZRouter/ZZRouter.h"
}
]
}