blob: e01b5f8b8a007d5db18d40482b80252d585d09b8 [file] [log] [blame]
{
"name": "MKToolTip",
"version": "1.0.3",
"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"
},
"swift_version": "4.2",
"requires_arc": true,
"source": {
"git": "https://github.com/metinkilicaslan/MKToolTip.git",
"tag": "v1.0.3"
},
"source_files": "MKToolTip/MKToolTip/*.{h,swift}"
}