blob: ed97a81788581130dc64809491d2493927206ec2 [file] [log] [blame]
{
"name": "SwiftTypedRouter",
"version": "0.1.0",
"summary": "A strongly typed routing layer for SwiftUI",
"description": "A strongly typed routing layer for SwiftUI. Convert paths to Views, and override them per-client app if included in a library.",
"homepage": "https://github.com/deanWombourne/SwiftTypedRouter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"deanWombourne": "deanWombourne@gmail.com"
},
"source": {
"git": "https://github.com/deanWombourne/SwiftTypedRouter.git",
"tag": "v0.1.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": [
4.0,
4.2,
5.0,
5.1
],
"source_files": "SwiftTypedRouter/Classes/**/*",
"swift_version": "5.1"
}