blob: 8d9c6ca3c86ccbd029120d4ed7168730f0a9b415 [file] [log] [blame]
{
"name": "MFBBlurredTransition",
"version": "0.2.0",
"summary": "Present modal view controllers with blur behind them.",
"description": "Present modal view controllers with blur behind them, using iOS 7 transitioning APIs. Based on [KLViewControllerTransitions](https://github.com/klundberg/KLViewControllerTransitions)",
"homepage": "https://github.com/marcelofabri/MFBBlurredTransition",
"license": "MIT",
"authors": {
"Marcelo Fabri": "me@marcelofabri.com"
},
"source": {
"git": "https://github.com/marcelofabri/MFBBlurredTransition.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/marcelofabri_",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"dependencies": {
"UIView+UIImageEffects": [
],
"CGFloatType": [
]
}
}