[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / 2 / 3 / BlurryModalSegue / 1.1.1 / BlurryModalSegue.podspec.json
bloba0c24d458966aa48d6eb9e8869e5898e413fe50b
2   "name": "BlurryModalSegue",
3   "version": "1.1.1",
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.githubusercontent.com/Citrrus/BlurryModalSegue/1.1.1/assets/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": "1.1.1"
18   },
19   "source_files": "BlurryModalSegue",
20   "frameworks": "QuartzCore",
21   "requires_arc": true,
22   "dependencies": {
23     "UIImage+BlurredFrame": [
24       "~> 0.0.4"
25     ],
26     "MZAppearance": [
27       "~>1.1.1"
28     ]
29   }