blob: 5a95b37f619ee0419fc46ef883d4983478495d39 [file] [log] [blame]
{
"name": "SimpleButton",
"version": "3.0.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": "3.0.1"
},
"requires_arc": true,
"source_files": "SimpleButton/*.swift",
"pushed_with_swift_version": "3.0"
}