blob: 8bd41864d1dfc8034a03f4c04e1c4086956d43e4 [file] [log] [blame]
{
"name": "MZLibrary",
"version": "0.1.1",
"summary": "开发实用类",
"description": "包含:帮助类、网络请求的封装、十六进制颜色转RGB、button、view和image的分类",
"homepage": "https://gitee.com/hkh_01/MZLibrary",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MJCheung": "zmzchn@gmail.com"
},
"source": {
"git": "https://gitee.com/hkh_01/MZLibrary.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MZLibrary/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
}
}