blob: 6165813430750ba42a34f43575a023874bb52c69 [file] [log] [blame]
{
"name": "ButtonAppearance",
"version": "0.1.1",
"summary": "Use ButtonAppearance to setup Button appearance easily.",
"description": "Simple as setup UIButton title text, this helps user easy setup background color, gradient, shadow and border for different control state",
"homepage": "https://github.com/AlexHsieh/ButtonAppearance",
"license": "MIT",
"authors": {
"Alex Hsieh": "alex.kyhsieh@gmail.com"
},
"source": {
"git": "https://github.com/AlexHsieh/ButtonAppearance.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"ButtonAppearance": [
"Pod/Assets/*.png"
]
}
}