blob: 893d3cfb03cdb091cee80b157557468284696968 [file] [log] [blame]
{
"name": "QBNetworking_AF_V3",
"version": "0.0.3",
"summary": "QBNetworking is a high level request util based on AFNetworking.",
"homepage": "https://github.com/luqinbin/QBNetworking_AF_V3",
"license": "MIT",
"authors": {
"luqinbin": "751536545@qq.com"
},
"source": {
"git": "https://github.com/luqinbin/QBNetworking_AF_V3.git",
"tag": "0.0.3"
},
"source_files": "QBNetworking_AF_V3/**/*.{h,m}",
"requires_arc": true,
"private_header_files": "QBNetworking_AF_V3/Private/*.h",
"platforms": {
"ios": "11.0"
},
"frameworks": "CFNetwork",
"dependencies": {
"AFNetworking/NSURLSession": [
"~> 3.0"
]
}
}