blob: b0c778ad7854f0c83c9572270e7fbe508874235d [file] [log] [blame]
{
"name": "MZKit",
"version": "1.1.3",
"summary": "OC开发工具包(By: 张明重)",
"description": "网络请求、UIKit和Foundation的分类、帮助类等",
"homepage": "https://gitee.com/hkh_01/MZKit.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MJCheung": "zmzchn@gmail.com"
},
"source": {
"git": "https://gitee.com/hkh_01/MZKit.git",
"tag": "1.1.3"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"source_files": "MZKit/*.{h,m}",
"public_header_files": "MZKit/MZKit.h",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
],
"YYCache": [
"~> 1.0.4"
]
},
"subspecs": [
{
"name": "UIKit",
"source_files": "MZKit/UIKit/*.{h,m}"
},
{
"name": "Foundation",
"source_files": "MZKit/Foundation/*.{h,m}"
},
{
"name": "Other",
"source_files": "MZKit/Other/*.{h,m}"
},
{
"name": "GCD",
"source_files": "MZKit/GCD/*.{h,m}"
}
]
}