[Delete] NIMSDK_LITE 8.9.122
[CocoaPods.git] / Specs / 2 / 6 / 9 / BackgroundBlurEffectUIView / 0.0.1 / BackgroundBlurEffectUIView.podspec.json
blob71548369c5b943ffda92ae93e631a3e0446d1b4c
2   "name": "BackgroundBlurEffectUIView",
3   "version": "0.0.1",
4   "summary": "Background Blur Effect for UIView",
5   "description": "\tBackground Blur Effect for UIView\n\tSince this is not a subclass of UIView but a category of UIView, You can blur background of existing UIViews without replacing them with something subclassed.                   \n",
6   "homepage": "https://github.com/kissrobber/BackgroundBlurEffectUIView",
7   "license": "MIT or WTFPL(see the LICENSE file)",
8   "authors": {
9     "kissrobber": "kissrobber@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/kissrobber/BackgroundBlurEffectUIView.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "requires_arc": false