blob: 92a01a7e8e7c614f875f188ca4827243e5e990fe [file] [log] [blame]
{
"name": "RxRestler",
"version": "1.1.2",
"summary": "Framework for REST requests in Swift",
"description": "Restler is a framework for type-safe and easy REST API requests in Swift.",
"homepage": "https://github.com/railwaymen/restler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bartłomiej Świerad": "bartlomiej.swierad@railwaymen.org"
},
"source": {
"git": "https://github.com/railwaymen/restler.git",
"tag": "1.1.2"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.2",
"source_files": "Sources/RxRestler/**/*.swift",
"dependencies": {
"RestlerCore": [
"~> 1.1"
],
"RxSwift": [
"~> 6.0"
]
},
"swift_version": "5.2"
}