[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 3 / 8 / Kinetic / 1.0.1 / Kinetic.podspec.json
blobd7b7f0e33248a5c7c5f5b2a8e4e4e549fae4b1d5
2   "name": "Kinetic",
3   "version": "1.0.1",
4   "summary": "A super-flexible tweening library for iOS in Swift inspired by GSAP.",
5   "description": "A flexible animation library written in Swift 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.",
6   "homepage": "https://github.com/u10int/Kinetic",
7   "screenshots": [
8     "https://github.com/u10int/Kinetic/raw/master/Example/screenshots/kinetic-timeline-grouped.gif",
9     "https://github.com/u10int/Kinetic/raw/master/Example/screenshots/kinetic-timeline-staggered.gif"
10   ],
11   "license": "MIT",
12   "authors": {
13     "Nicholas Shipes": "nshipes@urban10.com"
14   },
15   "source": {
16     "git": "https://github.com/u10int/Kinetic.git",
17     "tag": "1.0.1"
18   },
19   "social_media_url": "https://twitter.com/u10int",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "frameworks": "UIKit"