blob: fe321f68589b161ea8eb347122c60b715d6c1608 [file] [log] [blame]
{
"name": "BKHitSlop",
"version": "1.0.0",
"summary": "A simple swizzle to allow UIViews to respond to touches outside their visible bounds.",
"description": " This is mostly useful for UIButtons for which a specific size/positioning is desired, but which should also be responsive to touches outside of its drawn area.\n",
"homepage": "https://github.com/Basket/BKHitSlop",
"license": "MIT",
"authors": {
"Andrew Toulouse": "andrew@atoulou.se"
},
"source": {
"git": "https://github.com/Basket/BKHitSlop.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "BKHitSlop/*.{h,m}",
"frameworks": "UIKit"
}