[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / d / 5 / Shifty / 2.0.2 / Shifty.podspec.json
blob628bcb628a5ebd7718d6e801e93462f54b068937
2   "name": "Shifty",
3   "version": "2.0.2",
4   "summary": "A small transitioning library that aims to make performing frame shifts easier.",
5   "description": "Shifty is a small transitioning library designed to make creating frame shift view controller transitions much simpler.\nWritten entirely in Swift, Shifty aims to abstract away the boilerplate math and coordinate space conversions needed to\nmake these transitions seamless. This, combined with a multiple of customization points and options allows you to focus\non creating the transition that is custom to your app.",
6   "homepage": "https://github.com/wmcginty/Shifty",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "William McGinty": "mcgintw@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/wmcginty/Shifty.git",
16     "tag": "2.0.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "Sources/Shifty/**/*",
22   "frameworks": "UIKit"