blob: fd7a4d921d77507faf64c6cd99ac79707dd9dd29 [file] [log] [blame]
{
"name": "DLDHttpClient",
"version": "1.4.1",
"summary": "http handle with data model",
"source": {
"git": "https://github.com/oreofrank/DLDHttpClient.git",
"tag": "1.1.1"
},
"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": [
"~> 5.0.0-beta.1"
],
"RxCocoa": [
],
"Moya/RxSwift": [
]
},
"swift_version": "5.0"
}