[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 3 / 8 / Kinetic / 1.1.0 / Kinetic.podspec.json
blobd6d1677f5a7b8c7d04aace3e4b8ae0cdca66f888
2   "name": "Kinetic",
3   "version": "1.1.0",
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.1.0"
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"