blob: fc51acf8448b82b349a3c2a5919ba559d4b06dbb [file] [log] [blame]
{
"name": "RxRestClient",
"version": "2.2.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.2.0"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"requires_arc": true,
"source_files": "Sources/RxRestClient/**/*",
"dependencies": {
"RxSwift": [
">= 5.1"
],
"RxAlamofire": [
">= 5.6"
]
},
"swift_version": "5.1"
}