blob: 21dc615133b6c1daf9dcbf8c10d38c3409077301 [file] [log] [blame]
{
"name": "Restler",
"version": "1.0.0",
"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.0"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.2",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Restler/**/*"
},
{
"name": "Rx",
"source_files": "Sources/RxRestler/**/*",
"dependencies": {
"Restler/Core": [
],
"RxSwift": [
"~> 5.1.1"
]
}
}
],
"swift_version": "5.2"
}