blob: 8a3fa51f3ef28f79711702d6348cc3ed925fb191 [file] [log] [blame]
{
"name": "MZTNetWorking",
"version": "1.0.4",
"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.4"
},
"source_files": [
"MZTNetWorking",
"MZTNetWorking/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"public_header_files": "MZTNetWorking/**/*.h",
"dependencies": {
"ProgressHUD": [
],
"AFNetworking": [
]
}
}