blob: 6b93d22cbefca5d6c577633c8d6e2c228f161927 [file] [log] [blame]
{
"name": "BlurryModalSegue",
"version": "1.0.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/1.0.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": "1.0.0"
},
"source_files": "BlurryModalSegue",
"frameworks": "QuartzCore",
"requires_arc": true,
"dependencies": {
"UIImage+BlurredFrame": [
"~> 0.0.4"
],
"MZAppearance": [
"~>1.1.1"
]
}
}