blob: 6e3f10ec572bd8046d69a814297da62a6bb2b7fe [file] [log] [blame]
{
"name": "ZBNetworking",
"version": "0.0.1",
"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.1"
},
"source_files": "ZBNetworking/Resource/**/*.{h,m}",
"requires_arc": true,
"dependencies": {
"zbpromise": [
"~> 0.0.1.1"
],
"AFNetworking": [
"~> 3.2.1"
],
"Reachability": [
"~> 3.2"
]
}
}