blob: 58c6b31860ef492925b547931ec2799f98c82275 [file] [log] [blame]
{
"name": "CMPopTipView",
"version": "2.3.0",
"summary": "Custom UIView for iOS that pops up an animated \"bubble\" pointing at a button or other view. Useful for popup tips.",
"homepage": "https://github.com/chrismiles/CMPopTipView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Miles": "http://chrismiles.info/"
},
"source": {
"git": "https://github.com/chrismiles/CMPopTipView.git",
"tag": "2.3.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "CMPopTipView/*.{h,m}",
"frameworks": "UIKit"
}