blob: 5c5229550d444b70a92ab34eba8919b190f5806e [file] [log] [blame]
{
"name": "GQDataController",
"version": "0.2.1",
"summary": "A networking framework for MVVM in iOS",
"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.2.1"
},
"source_files": [
"GQDataController*.{h,m}",
"GQPagination.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 2.6.3"
],
"Mantle": [
"~>1.5.6"
],
"OHHTTPStubs": [
"~> 4.6.0"
]
}
}