blob: 7da815d3e96a2b19d829a4743a295d91e5b85d8b [file] [log] [blame]
{
"name": "AsyncBlur",
"version": "0.3.2",
"summary": "Renderring blurred image from UIImage in background with optimizations.",
"description": "Allows developers render blurred images in background.\nIf you want your image view always be blurred, just use ABImageView instead of UIImageView.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vladislav Dugnist": "vdugnist@gmail.com"
},
"homepage": "https://github.com/ML-Works/AsyncBlur",
"source": {
"git": "https://github.com/ML-Works/AsyncBlur.git",
"tag": "0.3.2"
},
"source_files": [
"AsyncBlur",
"AsyncBlur/AsyncBlur/**/*.{h,m}"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true
}