blob: 72e30624d3a38fc427969224b1e7fe043071f18d [file] [log] [blame]
{
"name": "ZBNetworking",
"version": "0.0.3",
"summary": "AFNetworking+ZBPromise.",
"description": "This is a Network framework of AFNetworking+ZBPromise.",
"homepage": "https://github.com/githubzb/ZBNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dr.box": "1126976340@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/githubzb/ZBNetworking.git",
"tag": "0.0.3"
},
"source_files": "ZBNetworking/Resource/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"zbpromise": [
"~> 0.0.3"
],
"AFNetworking": [
"~> 3.2.1"
],
"Reachability": [
"~> 3.2"
]
}
}