blob: aafbd45c21ec6a5bf734f368b05cf0fb3ca7fd36 [file] [log] [blame]
{
"name": "GQDataController",
"version": "0.0.1",
"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.1"
},
"source_files": "GQDataController*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.5.4"
],
"Mantle": [
"~>1.5.4"
],
"FormatterKit/URLRequestFormatter": [
"~> 1.8.0"
]
}
}