blob: c5fab555247d240f0cb4287a8777892f63405297 [file] [log] [blame]
{
"name": "DynamicBlurView",
"version": "2.0.0",
"summary": "DynamicBlurView is a dynamic and high performance UIView subclass for Blur.",
"homepage": "https://github.com/KyoheiG3/DynamicBlurView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kyohei Ito": "je.suis.kyohei@gmail.com"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/KyoheiG3/DynamicBlurView.git",
"tag": "2.0.0"
},
"source_files": "DynamicBlurView/**/*.{h,swift}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Accelerate"
],
"pushed_with_swift_version": "4"
}