blob: 5f3f443c38d1d8c9aab9bb8319a5a41ad6b85a4a [file] [log] [blame]
{
"name": "GQDataController",
"version": "1.2.1",
"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": "1.2.1"
},
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"libraries": "sqlite3",
"dependencies": {
"AFNetworking": [
"~> 3.0"
]
},
"source_files": [
"GQDataController/*.{h,m}",
"GQDataController/Adapter/GQDefaultAdapter.{h,m}"
]
},
{
"name": "Mantle",
"dependencies": {
"Mantle": [
],
"GQDataController/Default": [
]
},
"source_files": "GQDataController/Adapter/GQMantleAdapter.{h,m}"
},
{
"name": "YYModel",
"dependencies": {
"YYModel": [
],
"GQDataController/Default": [
]
},
"source_files": "GQDataController/Adapter/GQYYModelAdapter.{h,m}"
},
{
"name": "YYKit",
"dependencies": {
"YYKit": [
],
"GQDataController/Default": [
]
},
"source_files": "GQDataController/Adapter/GQYYModelAdapter.{h,m}"
},
{
"name": "JSONModel",
"dependencies": {
"JSONModel": [
],
"GQDataController/Default": [
]
},
"source_files": "GQDataController/Adapter/GQJSONModelAdapter.{h,m}"
},
{
"name": "MJExtension",
"dependencies": {
"MJExtension": [
],
"GQDataController/Default": [
]
},
"source_files": "GQDataController/Adapter/GQMJExtensionAdapter.{h,m}"
}
]
}