blob: 7026395e5be5628f15aacb9846f900457562b2d3 [file] [log] [blame]
{
"name": "SwiftWhen",
"version": "0.0.4",
"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.4"
},
"source_files": "SwiftWhen/*.swift",
"platforms": {
"ios": "13.0"
},
"requires_arc": true,
"swift_versions": "5.1",
"swift_version": "5.1"
}