blob: 9d2b810d65a7c2b937baf1c521221282d133ebd6 [file] [log] [blame]
{
"name": "RxRestler",
"version": "1.0.1",
"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.0.1"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.2",
"source_files": "Sources/RxRestler/**/*.swift",
"dependencies": {
"RestlerCore": [
"~> 1.0.1"
],
"RxSwift": [
"~> 5.1.1"
]
},
"swift_version": "5.2"
}