[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 2 / 3 / BlurryModalSegue / 0.3.0 / BlurryModalSegue.podspec.json
blob367a30dfb159273e833ee39c48c8583a4e3edb8c
2   "name": "BlurryModalSegue",
3   "version": "0.3.0",
4   "summary": "A custom segue for providing a blurred overlay effect.",
5   "description": "                   BlurryModalSegue is a UIStoryboardSegue subclass that provides a blur effect for Modal storyboard segues.\n",
6   "homepage": "https://github.com/Citrrus/BlurryModalSegue",
7   "screenshots": "https://raw.github.com/Citrrus/BlurryModalSegue/0.3.0/blurry_modal.gif",
8   "license": "MIT",
9   "authors": {
10     "Matt Hupman": "mhupman@citrrus.com"
11   },
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/Citrrus/BlurryModalSegue.git",
17     "tag": "0.3.0"
18   },
19   "source_files": "BlurryModalSegue",
20   "frameworks": "QuartzCore",
21   "requires_arc": true,
22   "dependencies": {
23     "UIImage+BlurredFrame": [
24       "~> 0.0.2"
25     ],
26     "MZAppearance": [
27       "~>1.1.1"
28     ]
29   }