blob: 5c805419ff46ffd9008416947967ceb2cb5a4d46 [file] [log] [blame]
{
"name": "SimpleButton",
"version": "2.1.1",
"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.1"
},
"source": {
"git": "https://github.com/aloco/SimpleButton.git",
"tag": "2.1.1"
},
"requires_arc": true,
"source_files": "SimpleButton/*.swift"
}