blob: c8516b186e64cd443acf52b3ec7f21b9cb99be0a [file] [log] [blame]
{
"name": "Mimik",
"version": "1.0.0",
"summary": "Kotlin-like function literals in Swift",
"swift_version": "4.0",
"description": "Ever wanted Kotlin function literals in Swift? Well now you can",
"homepage": "https://github.com/macdoum1/Mimik",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mike MacDougall": "aplmik24@icloud.com"
},
"source": {
"git": "https://github.com/macdoum1/Mimik.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Mimik/Classes/**/*"
}