blob: b9825c861d0d0d0825c7a1a1a5eb194c11e568c4 [file] [log] [blame]
{
"name": "CMPopTipView",
"version": "2.1.0",
"license": "MIT",
"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",
"authors": {
"Chris Miles": "http://chrismiles.info/"
},
"source": {
"git": "https://github.com/chrismiles/CMPopTipView.git",
"tag": "2.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "CMPopTipView/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}