blob: 30f63bad9ed2648e09eb608e77a0d10338f5dfc7 [file] [log] [blame]
{
"name": "UIButton+HitExtension",
"version": "1.1.0",
"summary": "Extension of UIButton to control it's touch area.",
"homepage": "https://github.com/KimDarren/UIButton-Hit",
"license": {
"type": "WTFPL",
"file": "LICENSE"
},
"authors": {
"KimDarren": "korean.darren@gmail.com"
},
"source": {
"git": "https://github.com/KimDarren/UIButton-Hit.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}