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