blob: fe9255f3f763490e5a3e44ee1941477022f59f62 [file] [log] [blame]
{
"name": "SwiftWhen",
"version": "0.0.5",
"summary": "A Swift implementation of the Kotlin when expression",
"homepage": "https://github.com/shackley/swift-when",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sterling Hackley": "sterlinghackley@gmail.com"
},
"source": {
"git": "https://github.com/shackley/swift-when.git",
"tag": "0.0.5"
},
"source_files": "SwiftWhen/*.swift",
"platforms": {
"ios": "13.0"
},
"requires_arc": true,
"swift_versions": "5.1",
"swift_version": "5.1"
}