blob: f50d60efd0737baa06158182e47db7525a4f0a1b [file] [log] [blame]
{
"name": "GFBlurView",
"version": "0.1.0",
"summary": "A simple tool to give view a blur",
"description": "Using UIVisualEffect is some how difficult or complicated, GFBlurView gives you a way to give one view a blur vision",
"homepage": "https://github.com/guofengld/GFBlurView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"guofengld": "guofengld@gmail.com"
},
"source": {
"git": "https://github.com/guofengld/GFBlurView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "GFBlurView/**/*",
"dependencies": {
"Masonry": [
]
}
}