blob: adc1d6ee72b363c2ef1289a392fd3151d67a6d6d [file] [log] [blame]
{
"name": "MLMNetWork",
"version": "0.1.2",
"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.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "MLMNetWork/*/*.swift",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"Alamofire": [
"~> 5.2"
],
"HandyJSON": [
"~> 5.0.1"
]
}
}