blob: 4caa94a0736f1857e5ef7019add75a2e516ee12e [file] [log] [blame]
{
"name": "BGENetworking",
"version": "1.0.3",
"summary": "AFNetworking二次封装,抽取公共的uri、path、param、encrypt、return data、error code等内容;",
"description": "AFNetworking二次封装,抽取公共的uri、path、param、encrypt、return data、error code等内容;",
"homepage": "https://github.com/MiniCamel/BGENetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bge": "tiandiwuji1223@163.com"
},
"source": {
"git": "https://github.com/MiniCamel/BGENetworking.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BGENetworking/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 4.0"
],
"JSONModel": [
]
},
"resources": "BGENetworking/Assets/**/*",
"requires_arc": true
}