blob: 8a0aea9ada80e782bad2f9922fda24604b381e3c [file] [log] [blame]
{
"name": "GQDataController",
"version": "0.3",
"summary": "A networking framework for MVVM in iOS",
"description": "一款符合MVVM模式的网络框架,通过混合AFNetworking和Mantle让你更方便的处理网络交互。",
"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.3"
},
"source_files": "GQDataController*.{h,m}",
"dependencies": {
"AFNetworking": [
"~> 2.6.3"
],
"Mantle": [
"~>1.5.7"
],
"OHHTTPStubs": [
"~> 4.7.1"
]
}
}