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