blob: 835d5c661e78ceb770d1d131095962677b163d78 [file] [log] [blame]
{
"name": "AsyncBlur",
"version": "0.1.0",
"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.1.0"
},
"source_files": [
"AsyncBlur",
"AsyncBlur/AsyncBlur/**/*.{h,m}"
],
"platforms": {
"ios": "8.0"
},
"requires_arc": true
}