[Add] RegulaCommonNightly 7.5.938
[CocoaPods.git] / Specs / 7 / 9 / b / MFBBlurredTransition / 0.1.1 / MFBBlurredTransition.podspec.json
blobf00b8723239ac1b4a5fbd3db67f25f38bbbb4a8f
2   "name": "MFBBlurredTransition",
3   "version": "0.1.1",
4   "summary": "Present modal view controllers with blur behind them.",
5   "description": "Present modal view controllers with blur behind them, using iOS 7 transitioning APIs. Based on [KLViewControllerTransitions](https://github.com/klundberg/KLViewControllerTransitions)",
6   "homepage": "https://github.com/marcelofabri/MFBBlurredTransition",
7   "license": "MIT",
8   "authors": {
9     "Marcelo Fabri": "me@marcelofabri.com"
10   },
11   "source": {
12     "git": "https://github.com/marcelofabri/MFBBlurredTransition.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/marcelofabri_",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "dependencies": {
22     "UIView+UIImageEffects": [
24     ],
25     "CGFloatType": [
27     ]
28   }