blob: a94e9374b6f5e1655189603bdcec9b193331d03a [file] [log] [blame]
{
"name": "WTYNetworkTool",
"version": "0.1.1",
"summary": "基于Alamofire+RxSwift+HandyJSON封装的网络请求库.",
"description": "TODO: 基于Alamofire+RxSwift+HandyJSON封装的网络请求库.",
"homepage": "https://github.com/LTY2009/WTYNetworkTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"litengyue117@163.com": "litengyue117@163.com"
},
"source": {
"git": "https://github.com/LTY2009/WTYNetworkTool.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "5.0",
"source_files": "WTYNetworkTool/Classes/**/*",
"dependencies": {
"RxSwift": [
],
"RxCocoa": [
],
"HandyJSON": [
"~> 5.0.0-beta.1"
],
"Alamofire": [
"~> 5.0.0-beta.6"
]
}
}