blob: 6433e197826ef1f95a4d57b81606a1e674307e07 [file] [log] [blame]
{
"name": "Shifty",
"version": "1.1.0",
"summary": "A small transitioning library that aims to make performing frame shifts easier.",
"description": "Shifty is a small transitioning library designed to make creating frame shift view controller transitions much simpler. Written entirely in Swift, Shifty aims to abstract away the boilerplate math and coordinate space conversions needed to make these transitions seamless. This, combined with a multiple of customization points and options allows you to focus on creating the transition that is custom to your app.",
"homepage": "https://github.com/wmcginty/Shifty",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"William McGinty": "mcgintw@gmail.com"
},
"source": {
"git": "https://github.com/wmcginty/Shifty.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Shifty/Classes/**/*",
"frameworks": "UIKit"
}