blob: 531cd8c7a4f23af795895d6f3a5a243e34af00fb [file] [log] [blame]
{
"name": "MKToolTip",
"version": "1.0.0",
"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.0"
},
"source_files": "MKToolTip/MKToolTip/*.{h,swift}"
}