[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / 2 / 3 / BlurryModalSegue / 0.4.0 / BlurryModalSegue.podspec.json
blob95d7183b9dcd49d56c2a6b20974911b6940bb74f
2   "name": "BlurryModalSegue",
3   "version": "0.4.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.4.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.4.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   }