blob: f571fffde162ba87c875d1d53c9d2f666ae6c675 [file] [log] [blame]
{
"name": "FlickToDismiss",
"version": "0.9",
"summary": "A basic UIViewController class that presents a UIView which can be dismissed by flicking it off the screen.",
"description": "FlickToDismiss is written in Swift and utilises UIKit Dynamics. It allows for a UIView to be flicked off the screen which dismisses the presenting view controller.",
"homepage": "https://github.com/jakelawson1/FlickToDismiss",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jake Lawson": "jakelawson1@hotmail.com"
},
"source": {
"git": "https://github.com/jakelawson1/FlickToDismiss.git",
"tag": "0.9"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**",
"frameworks": "UIKit"
}