blob: 6eb87fbafafbefa0a7e884e5b8c526f0d4715d07 [file] [log] [blame]
{
"name": "MZKit",
"version": "1.0.9",
"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.9"
},
"platforms": {
"ios": "9.0"
},
"source_files": "MZKit/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.0"
],
"YYCache": [
"~> 1.0.4"
]
}
}