blob: 1a220bb72f0665cfea3777b93bc1b3b10328bcac [file] [log] [blame]
{
"name": "Dance",
"version": "1.0.7",
"summary": "A radical & elegant animation library built for iOS.",
"description": "Dance is a lightweight and straightforward animations framework built upon the new UIViewPropertyAnimator class introduced in iOS 10. With Dance, creating an animation for a view is as easy as calling view.dance.animate{ ... } and can be started, paused, reversed, scrubbed through, and finished anywhere that the view can be referenced. Dance is especially forgiving, and provides the power that UIViewPropertyAnimator brings to iOS while maintaining ease of use.",
"homepage": "https://github.com/saoudrizwan/Dance",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Saoud Rizwan": "hello@saoudmr.com"
},
"source": {
"git": "https://github.com/saoudrizwan/Dance.git",
"tag": "v1.0.7"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Dance.swift",
"pushed_with_swift_version": "3.0"
}