[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 3 / 8 / Kinetic / 0.1.0 / Kinetic.podspec.json
blob0729c0dc81a3af4752a0a10bf0fb3c93bbea435f
2   "name": "Kinetic",
3   "version": "0.1.0",
4   "summary": "A flexible tweening library for iOS written in Swift2 similar to GSAP and inspired by Cheetah.",
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": "0.1.0"
18   },
19   "social_media_url": "https://twitter.com/u10int",
20   "platforms": {
21     "ios": "8.0"
22   },
23   "requires_arc": true,
24   "source_files": "Pod/Classes/**/*",
25   "resource_bundles": {
26     "Kinetic": [
27       "Pod/Assets/*.png"
28     ]
29   },
30   "frameworks": "UIKit"