[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / 0 / 1 / f / BKHitSlop / 1.0.0 / BKHitSlop.podspec.json
blobfe321f68589b161ea8eb347122c60b715d6c1608
2   "name": "BKHitSlop",
3   "version": "1.0.0",
4   "summary": "A simple swizzle to allow UIViews to respond to touches outside their visible bounds.",
5   "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",
6   "homepage": "https://github.com/Basket/BKHitSlop",
7   "license": "MIT",
8   "authors": {
9     "Andrew Toulouse": "andrew@atoulou.se"
10   },
11   "source": {
12     "git": "https://github.com/Basket/BKHitSlop.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "BKHitSlop/*.{h,m}",
20   "frameworks": "UIKit"