blob: 655ff3d1557665a3e54ba76c2a4b08f4a318df51 [file] [log] [blame]
{
"name": "BGNetwork",
"version": "0.1.5",
"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.1.5"
},
"source_files": "BGNetwork/*",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}