blob: 9218a41036631c841ecaa26a28be78c09a9175f5 [file] [log] [blame]
{
"name": "EasyAnimation",
"version": "0.6.0",
"summary": "A Swift library to take the power of UIView.animateWithDuration(_:, animations:...) to a whole new level!",
"description": "\tEasyAnimation extends the animation methods that are built-in in UIKit and allows you to:\n\t\n\t* animate layer properties from within animateWithDuration:animations:\n\t* mix view and layer animations together\n\t* spring animations for view and layers\n\t* chain easily animation together\n\t* cancel animation chains\n\t\n",
"homepage": "https://github.com/icanzilb/EasyAnimation",
"screenshots": "https://raw.githubusercontent.com/icanzilb/EasyAnimation/master/etc/EA.png",
"license": "MIT",
"authors": {
"Marin Todorov": "touch-code-magazine@underplot.com"
},
"source": {
"git": "https://github.com/icanzilb/EasyAnimation.git",
"tag": "0.6.0"
},
"social_media_url": "https://twitter.com/icanzilb",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "EasyAnimation/**/*.swift"
}