blob: ee5dee10a56e8039de66e4d67d586fc48d4b6c80 [file] [log] [blame]
{
"name": "GQDataController",
"version": "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.1"
},
"source_files": [
"GQDataController*.{h,m}",
"GQPagination.{h,m}"
],
"dependencies": {
"AFNetworking": [
"~> 2.6.3"
],
"Mantle": [
"~>1.5.6"
],
"OHHTTPStubs": [
"~> 4.6.0"
]
}
}