blob: 25847eacd4608a90f14ed39baedcfcf20bd5dbe1 [file] [log] [blame]
{
"name": "UIButton+TouchAreaInsets",
"version": "0.1.0",
"summary": "Set UIButton's touch area insets.",
"homepage": "http://github.com/devxoul/UIButton-TouchAreaInsets",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"devxoul": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/UIButton-TouchAreaInsets.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "5.1"
},
"source_files": "UIButton+TouchAreaInsets/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"deprecated_in_favor_of": "TouchAreaInsets"
}