blob: b8349027822397409c4d5c73d4279196a095b06d [file] [log] [blame]
{
"name": "MKToolTip",
"version": "1.0.5",
"summary": "Simple tooltip view written in Swift.",
"description": "MKToolTip is a customizable tooltip view written in Swift that can be used as a informative tip.",
"homepage": "https://github.com/metinkilicaslan/MKToolTip",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Metin Kilicaslan": "metinkilicaslan@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"requires_arc": true,
"source": {
"git": "https://github.com/metinkilicaslan/MKToolTip.git",
"tag": "v1.0.5"
},
"source_files": "MKToolTip/MKToolTip/*.{h,swift}"
}