blob: 405fee9a1d053c52c447826e7a30c30b4b4eb59b [file] [log] [blame]
{
"name": "SwiftWhen",
"version": "0.1.0",
"summary": "A Swift Implementation of the Kotlin when expression",
"homepage": "https://github.com/shackley/SwiftWhen",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sterling Hackley": "sterlinghackley@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/shackley/SwiftWhen.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "5.1",
"frameworks": "Foundation",
"swift_version": "5.1"
}