[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 3 / 8 / Kinetic / 1.0.0 / Kinetic.podspec.json
blobd510fde870a9bf6d9baaacb249c1f3bcc168c8f7
2   "name": "Kinetic",
3   "version": "1.0.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.0.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"