blob: e26df7b3006c8e909c73c64924f3780fbdb70c4f [file] [log] [blame]
{
"name": "UIButton+SBAInspectableHitExtension",
"version": "1.2.0",
"summary": "Extension of UIButton to control it's touch area.",
"homepage": "https://github.com/shoaib-akhtar/UIButton-InspectableHitExtension",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shoaib Akhtar": "shoaib.akhtar1@live.com"
},
"source": {
"git": "https://github.com/shoaib-akhtar/UIButton-InspectableHitExtension.git",
"branch": "master",
"tag": "1.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
}