blob: 95d7183b9dcd49d56c2a6b20974911b6940bb74f [file] [log] [blame]
{
"name": "BlurryModalSegue",
"version": "0.4.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.4.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.4.0"
},
"source_files": "BlurryModalSegue",
"frameworks": "QuartzCore",
"requires_arc": true,
"dependencies": {
"UIImage+BlurredFrame": [
"~> 0.0.2"
],
"MZAppearance": [
"~>1.1.1"
]
}
}