blob: a9600afd6a9b38ad593659035c894d7fd0e1d62f [file] [log] [blame]
{
"name": "RxRestClient",
"version": "0.1.2",
"summary": "Simple REST Client based on RxSwift and Alamofire.",
"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": "0.1.2"
},
"platforms": {
"ios": "9.3"
},
"source_files": "RxRestClient/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.1.2"
],
"RxCocoa": [
"~> 4.1.2"
],
"Alamofire": [
"~> 4.6.0"
],
"RxAlamofire": [
"~> 4.1.0"
]
}
}