[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / f / 5 / b / UIButton+HitExtension / 1.1.0 / UIButton+HitExtension.podspec.json
blob30f63bad9ed2648e09eb608e77a0d10338f5dfc7
2   "name": "UIButton+HitExtension",
3   "version": "1.1.0",
4   "summary": "Extension of UIButton to control it's touch area.",
5   "homepage": "https://github.com/KimDarren/UIButton-Hit",
6   "license": {
7     "type": "WTFPL",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "KimDarren": "korean.darren@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/KimDarren/UIButton-Hit.git",
15     "tag": "1.1.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "requires_arc": true,
21   "source_files": "Classes/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]