blob: 073d442b1e148be66bf08467dda586e505c013b9 [file] [log] [blame]
{
"name": "SwiftyToolTip",
"version": "0.0.1",
"summary": "Add a tooltip to any UIView or subclass with just a single line of code",
"description": "With just 1 line of code you can add a tooltip to any UIView or subclass describing the functionality or content of that view. Add description for the action of buttons or show your user exactly what is displayed in a certain view.",
"homepage": "https://github.com/BobDeKort/SwiftyToolTip",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bob De Kort": "dekortbob@hotmail.com"
},
"source": {
"git": "https://github.com/BobDeKort/SwiftyToolTip.git",
"tag": "0.0.1"
},
"swift_version": "4.0",
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftyToolTip/Classes/**/*"
}