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