blob: bff90040c921a904faefaa0aea6176959f26aa1a [file] [log] [blame]
{
"name": "Nivelir",
"version": "1.0.0-alpha.2",
"summary": "A Swift DSL for navigation in iOS and tvOS apps with a simplified, chainable, and compile time safe syntax.",
"homepage": "https://github.com/hhru/Nivelir",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Almaz Ibragimov": "almazrafi@gmail.com"
},
"source": {
"git": "https://github.com/hhru/Nivelir",
"tag": "1.0.0-alpha.2"
},
"swift_versions": "5.1",
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"ios": {
"frameworks": "Foundation"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"tvos": {
"frameworks": "Foundation"
},
"swift_version": "5.1"
}