blob: b040dd33441b95f26d283808f14954cebd332bec [file] [log] [blame]
{
"name": "VKNetworkHandle",
"version": "1.0",
"summary": "A network tool with AFNetworking",
"homepage": "https://github.com/Senvid-iOS/VKNetworkHandle",
"license": "MIT",
"authors": {
"Senvid": "hbcsw123@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Senvid-iOS/VKNetworkHandle.git",
"tag": "1.0"
},
"source_files": "VKNetworkHandle/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"AFNetworking": [
]
}
}