blob: f88197ead86819e6854def13c30940d63ed51382 [file] [log] [blame]
{
"name": "BGNetwork",
"version": "0.1.2",
"license": "MIT",
"summary": "BGNetwork is a request util based on AFNetworking",
"homepage": "https://github.com/chunguiLiu/BGNetwork",
"authors": {
"chunguiLiu": "chunguiLiu@126.com"
},
"source": {
"git": "https://github.com/chunguiLiu/BGNetwork.git",
"tag": "0.1.2"
},
"source_files": "BGNetwork/*",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"dependencies": {
"AFNetworking": [
"~> 2.0"
]
}
}