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