[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / b / 1 / c / BlurAnimation / 0.0.2 / BlurAnimation.podspec.json
blob780b1dd4bb60d27ef0ec8ec05691a1935641b1c0
2   "name": "BlurAnimation",
3   "version": "0.0.2",
4   "summary": "A subclass of UIImageView that applies blur and animations. Blur effect using StackBlur",
5   "description": "                   The BlurAnimation creates a spyglass or inspection feel by bluring out \n                   the base image and then selectively showing the original image through\n                   a porthole cutour.\n",
6   "homepage": "https://github.com/mymichellle/BlurAnimation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Michelle Alexander",
12   "social_media_url": "https://github.com/mymichellle",
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/mymichellle/BlurAnimation.git",
18     "tag": "0.0.2"
19   },
20   "source_files": "BlurAnimation/BlurImageView.*",
21   "requires_arc": true,
22   "dependencies": {
23     "StackBluriOS": [
24       "~> 0.0.1"
25     ]
26   }