blob: 71308ac92552518bb2155d50d84d1b7e974ac070 [file] [log] [blame]
{
"name": "BGNetwork",
"version": "0.2.0.1",
"license": "MIT",
"summary": "BGNetwork is a request util based on AFNetworking",
"homepage": "https://github.com/chunguiLiu/BGNetwork",
"authors": {
"liuchungui": "404468494@qq.com",
"blog": "http://www.liuchungui.com"
},
"source": {
"git": "https://github.com/chunguiLiu/BGNetwork.git",
"tag": "0.2.0.1"
},
"source_files": "BGNetwork/*",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 3.0.2"
]
}
}