blob: e0bacd2f9d038dc34e2190eca214163f742a0319 [file] [log] [blame]
{
"name": "TransitionButton",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TransitionButton/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}