blob: 4a0ad50e7ec240265199df08f9f9450ca8e99bbc [file] [log] [blame]
{
"name": "Restler",
"version": "0.5.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": "0.5.2"
},
"platforms": {
"ios": "11.4"
},
"source_files": "Sources/**/*",
"swift_versions": "5.2",
"swift_version": "5.2"
}