blob: baf3a9e9c6b566972dc216ff0557fffd49741a65 [file] [log] [blame]
{
"name": "ZAFNetWorkHelper",
"version": "0.0.1",
"summary": "The package of requests including GET && POST with AFNetWorking",
"homepage": "https://github.com/faimin/ZAFNetWorkHelper",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Bourne": "fuxianchao@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/faimin/ZAFNetWorkHelper.git",
"tag": "0.0.1"
},
"source_files": [
"ZAFNetWorkHelper",
"ZAFNetWorkHelper/*.{h,m}"
],
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~>2.0"
]
}
}