blob: 9d7b3b4fba25ff3c26a2acdc1238287d96bb23ce [file] [log] [blame]
{
"name": "Kinetic",
"version": "0.9.5",
"summary": "A flexible tweening library for iOS written in Swift 3 similar to GSAP and inspired by Cheetah.",
"description": "A flexible animation library written in Swift 3 with features and usage very similar to Greensock's GSAP. Perform basic, grouped, sequential and staggered animations to achieve any type of animation, from the most basic to more complex. Supports both individual tweens and full-featured timelines to more easily create and control complex animations for multiple objects.",
"homepage": "https://github.com/u10int/Kinetic",
"screenshots": [
"https://github.com/u10int/Kinetic/raw/master/Example/screenshots/kinetic-timeline-grouped.gif",
"https://github.com/u10int/Kinetic/raw/master/Example/screenshots/kinetic-timeline-staggered.gif"
],
"license": "MIT",
"authors": {
"Nicholas Shipes": "nshipes@urban10.com"
},
"source": {
"git": "https://github.com/u10int/Kinetic.git",
"tag": "0.9.5"
},
"social_media_url": "https://twitter.com/u10int",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}