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