blob: 03dc1ea679ffa44e62c10b1e8d0cdc541a098502 [file] [log] [blame]
{
"name": "LQGDataComponent",
"version": "0.1.0",
"summary": "data组件库",
"description": "包括本地数据管理类、网络数据请求类",
"homepage": "https://github.com/LuoJianGitHub/LQGDataComponent",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"LuoJian": "362133076@qq.com"
},
"source": {
"git": "https://github.com/LuoJianGitHub/LQGDataComponent.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LQGDataComponent/Classes/LQGDataComponent.h",
"dependencies": {
"YYCache": [
],
"YYModel": [
],
"AFNetworking": [
]
},
"subspecs": [
{
"name": "LocalData",
"source_files": "LQGDataComponent/Classes/LocalData/*"
},
{
"name": "NetworkData",
"source_files": "LQGDataComponent/Classes/NetworkData/*"
}
]
}