blob: 01f5ab4ac82c25d41b8a8ca15810e1a22da80fad [file] [log] [blame]
{
"name": "GQDataController",
"version": "0.0.6",
"summary": "结合AFNetworking和Mantle的接口请求封装",
"description": "封装AFNetworking和Mantle的MVVM实\n通过GQDataController进行视图的属性绑定",
"homepage": "https://github.com/gonefish/GQDataController",
"platforms": {
"ios": "7.0"
},
"license": "MIT",
"authors": {
"Qian GuoQiang": "gonefish@gmail.com"
},
"source": {
"git": "https://github.com/gonefish/GQDataController.git",
"tag": "0.0.6"
},
"source_files": "GQDataController*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
],
"Mantle": [
"~>1.5.5"
],
"OHHTTPStubs": [
"~> 4.3.0"
]
}
}