blob: 71548369c5b943ffda92ae93e631a3e0446d1b4c [file] [log] [blame]
{
"name": "BackgroundBlurEffectUIView",
"version": "0.0.1",
"summary": "Background Blur Effect for UIView",
"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",
"homepage": "https://github.com/kissrobber/BackgroundBlurEffectUIView",
"license": "MIT or WTFPL(see the LICENSE file)",
"authors": {
"kissrobber": "kissrobber@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/kissrobber/BackgroundBlurEffectUIView.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": false
}