blob: 2b71eabf89851626c23d75e5b23908244d18fc34 [file] [log] [blame]
{
"name": "EasyAnimation",
"version": "1.0.3",
"summary": "A Swift library to take the power of UIView.animateWithDuration(_:, animations:...) to a whole new level!",
"description": "EasyAnimation extends the animation methods that are built-in in UIKit and allows you to:\n\n* animate layer properties from within animateWithDuration:animations:\n* mix view and layer animations together\n* spring animations for view and layers\n* chain easily animation together\n* cancel animation chains",
"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": "1.0.3"
},
"social_media_url": "https://twitter.com/icanzilb",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "EasyAnimation/**/*.swift"
}