blob: 84ca571c2f4fd517dd229587792cf4a4301db309 [file] [log] [blame]
{
"name": "RxRestClient",
"version": "1.3.0",
"summary": "Simple REST Client based on RxSwift and Alamofire.",
"swift_versions": "5.0",
"description": "Reactive way to interct with REST API. Send request and get responses easily. Handling basic response cases by default, for example: Not Found, Unauthorized, etc.",
"homepage": "https://github.com/stdevteam/RxRestClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tigran Hambardzumyan": "tigran@stdevmail.com"
},
"source": {
"git": "https://github.com/stdevteam/RxRestClient.git",
"tag": "1.3.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "RxRestClient/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"Alamofire": [
"~> 4"
],
"RxAlamofire": [
"~> 5"
]
},
"swift_version": "5.0"
}