blob: 90b41aa07cb440d6071f1fe19672062662acf4c5 [file] [log] [blame]
{
"name": "EasyTipView",
"version": "0.1.4",
"license": "MIT",
"summary": "Elegant tooltip view written in Swift",
"description": "EasyTipView is a custom tooltip view written in Swift that can be used as a call to action or informative tip. It can be presented for any UIBarButtonItem or UIView subclass. In addition it handles automatically orientation changes and will always point to the correct view or item.",
"homepage": "https://github.com/teodorpatras/EasyTipView",
"social_media_url": "http://twitter.com/teodorpatras",
"authors": {
"Teodor PatraČ™": "me@teodorpatras.com"
},
"source": {
"git": "https://github.com/teodorpatras/EasyTipView.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.swift",
"requires_arc": true
}