blob: b1a497ca899532ab958d31c149f6eec89ffb91ec [file] [log] [blame]
{
"name": "SimpleButton",
"version": "2.0",
"summary": "Simple UIButton subclass with additional state change animations (e.g. backgroundColor)",
"description": "Simple UIButton subclass with animated, state-aware attributes. Easy to subclass and configure!",
"homepage": "https://github.com/aloco/SimpleButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andreas Tinoco Lobo": "andreas@tinoco-lobo.at"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/aloco/SimpleButton.git",
"tag": "2.0"
},
"requires_arc": true,
"source_files": "SimpleButton/*.swift"
}