blob: 0d83b92288401fa7434292f1b37b37671ffbbf89 [file] [log] [blame]
{
"name": "STOptimizedUIButton",
"version": "0.1.0",
"summary": "Custom UIButton class for a nice looking Button with Bounce-Effect",
"description": "Simply add the STOptimizedButton to your UIButton as a custom class in your Storyboard and customize it.",
"homepage": "https://github.com/SvenTiigi/STOptimizedUIButton",
"license": "MIT",
"authors": {
"SvenTiigi": "sven@tiigi.de"
},
"source": {
"git": "https://github.com/SvenTiigi/STOptimizedUIButton.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"STOptimizedUIButton": [
"Pod/Assets/*.png"
]
}
}