blob: b0c271c3de33875463d9fc50208d4d73d176d6b3 [file] [log] [blame]
{
"name": "UIButton+HitExtension",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}