blob: 446b2d8cfe13f81821469c528f95604fa1985955 [file] [log] [blame]
{
"name": "RestlerCombine",
"version": "1.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.1"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.2",
"source_files": "Sources/RestlerCombine/**/*.swift",
"dependencies": {
"RestlerCore": [
"~> 1.1"
]
},
"swift_version": "5.2"
}