blob: a987b671eb92f9ba02dffe716101925aae084329 [file] [log] [blame]
{
"name": "DLDHttpClient",
"version": "1.0.1",
"summary": "http return data base model",
"description": "DLDHttpClient是用Moya,HandJson封装网络请求返回model数据,并支持缓存",
"homepage": "https://github.com/oreofrank/DLDHttpClient",
"license": "MIT",
"authors": {
"frank": "hn_liaohai@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/oreofrank/DLDHttpClient.git",
"tag": "1.0.1"
},
"source_files": "DLDHttpClientFramework/*",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"HandyJSON": [
],
"RxCocoa": [
],
"Moya": [
],
"RxSwift": [
]
},
"swift_version": "4.0"
}