blob: 53ac6594198dcdffeebe3dec6a3f45005b3d039b [file] [log] [blame]
{
"name": "RxRestClient",
"version": "2.0.0",
"summary": "Simple REST Client based on RxSwift and Alamofire.",
"swift_versions": "5.1",
"description": "Reactive way to interact 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/STDevTM/RxRestClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tigran Hambardzumyan": "tigran@stdevmail.com"
},
"source": {
"git": "https://github.com/STDevTM/RxRestClient.git",
"tag": "2.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "RxRestClient/Classes/**/*",
"dependencies": {
"RxSwift": [
">= 5.1"
],
"RxCocoa": [
">= 5.1"
],
"Alamofire": [
">= 5.1"
],
"RxAlamofire": [
">= 5.2"
]
},
"swift_version": "5.1"
}