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