blob: 8913e48a668bc4926778406b9b79870c9b9e907b [file] [log] [blame]
{
"name": "MKToolTip",
"version": "1.0.1",
"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": "10.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/metinkilicaslan/MKToolTip.git",
"tag": "v1.0.1"
},
"source_files": "MKToolTip/MKToolTip/*.{h,swift}"
}