blob: ebb8ad63a3b37bb63114a670a2718e99b615d572 [file] [log] [blame]
{
"name": "ZZTools",
"version": "1.0.6",
"summary": "first version",
"description": "first version for public",
"authors": {
"ZZ": "1156858877@qq.com"
},
"platforms": {
"ios": "7.0"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/iOS-ZZ/ZZTools.git",
"source": {
"git": "https://github.com/iOS-ZZ/ZZTools.git",
"tag": "1.0.6"
},
"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"
},
{
"name": "ZZRouter",
"source_files": "ZZToolsDemo/ZZTools/ZZRouter/ZZRouter.{h,m}",
"public_header_files": "ZZToolsDemo/ZZTools/ZZRouter/ZZRouter"
}
]
}