blob: ba7005f249edc9dc7a8c0f38d241495ef4de3d6f [file] [log] [blame]
{
"name": "RxRestClient",
"version": "1.0.3",
"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": "1.0.3"
},
"platforms": {
"ios": "9.3"
},
"source_files": "RxRestClient/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4"
],
"RxCocoa": [
"~> 4"
],
"Alamofire": [
"~> 4"
],
"RxAlamofire": [
"~> 4"
]
}
}