blob: 14ecc7cd0a00f1e8bf0687742d651f97bf7620df [file] [log] [blame]
{
"name": "ZKNetworking",
"version": "0.0.1",
"summary": "Power by AFNetworking",
"description": "easy to use AFNetworking.",
"homepage": "https://github.com/bestDew/ZKNetworking",
"license": "MIT",
"authors": {
"bestdew": "a_pple0429@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/bestDew/ZKNetworking.git",
"tag": "0.0.1"
},
"source_files": [
"ZKNetworking",
"ZKNetworking/**/*.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 3.2.1"
]
}
}