blob: 66eb655082abd28885e18b3088734b2c6c90820a [file] [log] [blame]
{
"name": "TransitionButton",
"version": "0.5.2",
"summary": "UIButton sublass for loading and transition animation.",
"description": "UIButton sublass for loading and transition animation. Useful for network based application where you need to animate a button while doing background tasks.",
"homepage": "https://github.com/aladinway/TransitionButton",
"screenshots": [
"http://www.itechnodev.com/img/button-loading.png",
"http://www.itechnodev.com/img/button-transition-expanding.png"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Alaeddine M.": "itechnodev@gmail.com"
},
"source": {
"git": "https://github.com/aladinway/TransitionButton.git",
"tag": "0.5.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/*.{h,m,swift}",
"frameworks": "UIKit"
}