blob: 3a6f1a519b79a2a0dd84cd7f787b5ba9cc050ed1 [file] [log] [blame]
{
"name": "DynamicBlurView",
"version": "4.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"
},
"swift_version": "5.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/KyoheiG3/DynamicBlurView.git",
"tag": "4.0.0"
},
"source_files": "DynamicBlurView/**/*.{h,swift}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Accelerate"
]
}