blob: 674f3ef59023439b493a305bc05291019c81fb1f [file] [log] [blame]
{
"name": "MZTNetWorking",
"version": "1.0.6",
"summary": "基于afn的网络请求",
"description": "基于afn的网络请求组件",
"homepage": "https://github.com/Mozzat/MZTNetWorking",
"license": "MIT",
"authors": {
"Mozzat": "taogroups@163.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Mozzat/MZTNetWorking.git",
"tag": "1.0.6"
},
"source_files": [
"MZTNetWorking",
"MZTNetWorking/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "MZTNetWorking/**/*.h",
"dependencies": {
"ProgressHUD": [
],
"AFNetworking": [
]
}
}