blob: 6565a2c60869d45b6e4a818c165e80872f8ba584 [file] [log] [blame]
{
"name": "ZJKitTool",
"version": "2.1.3",
"summary": "ZJKitTool是一个对UIK封装的框架",
"description": "ZJKitTool是一个对UIK封装的框架,添加多种方便的工具类",
"homepage": "https://github.com/Dzhijian/ZJKitTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"CoderDeng": "dengzj@canplay.com.cn"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Dzhijian/ZJKitTool.git",
"tag": "2.1.3"
},
"frameworks": "UIKit",
"requires_arc": true,
"source_files": "ZJKitTool/ZJHelperKit.h",
"public_header_files": "ZJKitTool/ZJHelperKit.h",
"dependencies": {
"Masonry": [
],
"MBProgressHUD": [
],
"YYCategories": [
]
},
"subspecs": [
{
"name": "ZJGenneralMacros",
"source_files": "ZJKitTool/ZJGenneralMacros/*.{h,m}"
},
{
"name": "ZJControllerKit",
"dependencies": {
"Masonry": [
]
},
"source_files": "ZJKitTool/ZJControllerKit/*.{h,m}"
},
{
"name": "ZJKit",
"source_files": "ZJKitTool/ZJKit/*.{h,m}"
},
{
"name": "ZJKitMasonry",
"dependencies": {
"Masonry": [
]
},
"source_files": "ZJKitTool/ZJKitMasonry/*.{h,m}"
},
{
"name": "ZJCategory",
"source_files": "ZJKitTool/ZJCategory/ZJCategory.h",
"subspecs": [
{
"name": "UIKit",
"dependencies": {
"MBProgressHUD": [
]
},
"source_files": "ZJKitTool/ZJCategory/UIKit/*.{h,m}"
},
{
"name": "Object",
"source_files": "ZJKitTool/ZJCategory/Object/*.{h,m}"
}
]
},
{
"name": "ZJTool",
"source_files": "ZJKitTool/ZJTool/*.{h,m}"
}
]
}