blob: b19157b7d59c42b25973c739326819f82638ae2b [file] [log] [blame]
{
"name": "MLMNetWork",
"version": "0.1.9",
"summary": "Swift网络请求",
"description": "MVVM响应式网络请求 - RxSwift、HandyJson、Alamofire",
"homepage": "https://github.com/MengLiMing/MLMNetWork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MengLiMing": "920459250@qq.com"
},
"source": {
"git": "https://github.com/MengLiMing/MLMNetWork.git",
"tag": "0.1.9"
},
"platforms": {
"ios": "10.0"
},
"swift_versions": "5.0",
"subspecs": [
{
"name": "Protocol",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"HandyJSON": [
"~> 5.0.1"
]
},
"source_files": "MLMNetWork/Protocol/*.swift"
},
{
"name": "AlamofireClient",
"dependencies": {
"MLMNetWork/Protocol": [
],
"Alamofire": [
"~> 5.2"
]
},
"source_files": "MLMNetWork/AlamofireClient/*.swift"
}
],
"swift_version": "5.0"
}