[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 3 / 8 / Kinetic / 0.9.2 / Kinetic.podspec.json
bloba3c12ca376cdd7f440cd854565c59b808ae7adc4
2   "name": "Kinetic",
3   "version": "0.9.2",
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.9.2"
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   "frameworks": "UIKit"