blob: 84320b28676c482baf91cf37cad446ef0d72ab87 [file] [log] [blame]
{
"name": "RxRestClient",
"version": "1.2.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.2.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "RxRestClient/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5"
],
"RxCocoa": [
"~> 5"
],
"Alamofire": [
"~> 4"
],
"RxAlamofire": [
"~> 5"
]
},
"swift_version": "5.0"
}