blob: 367a30dfb159273e833ee39c48c8583a4e3edb8c [file] [log] [blame]
{
"name": "BlurryModalSegue",
"version": "0.3.0",
"summary": "A custom segue for providing a blurred overlay effect.",
"description": " BlurryModalSegue is a UIStoryboardSegue subclass that provides a blur effect for Modal storyboard segues.\n",
"homepage": "https://github.com/Citrrus/BlurryModalSegue",
"screenshots": "https://raw.github.com/Citrrus/BlurryModalSegue/0.3.0/blurry_modal.gif",
"license": "MIT",
"authors": {
"Matt Hupman": "mhupman@citrrus.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Citrrus/BlurryModalSegue.git",
"tag": "0.3.0"
},
"source_files": "BlurryModalSegue",
"frameworks": "QuartzCore",
"requires_arc": true,
"dependencies": {
"UIImage+BlurredFrame": [
"~> 0.0.2"
],
"MZAppearance": [
"~>1.1.1"
]
}
}