blob: 206d9986cd13641ecc3cbb141d8506bcb00530d8 [file] [log] [blame]
{
"name": "MZKit",
"version": "1.0.8",
"summary": "OC开发工具包",
"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.0.8"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MZKit/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
],
"YYCache": [
"~> 1.0.4"
]
}
}