blob: fe491ebbaae905e1da3dbeab244d8d445ee87794 [file] [log] [blame]
{
"name": "DLDHttpClient",
"version": "1.0.0",
"summary": "Http model",
"description": "DLDHttpClient是用Moya,HandJson封装网络请求返回数据model,并可以缓存",
"homepage": "https://github.com/oreofrank/DLDHttpClient",
"license": "MIT",
"authors": {
"liaohai": "hn_liaohai@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/oreofrank/DLDHttpClient.git",
"tag": "1.0.0"
},
"source_files": "DLDHttpClientFramework/*",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"HandyJSON": [
],
"RxCocoa": [
],
"Moya": [
],
"RxSwift": [
]
}
}