blob: cac4dcf73fd659eb676a841f80da028c0c89676b [file] [log] [blame]
{
"name": "DynamicBlurView",
"version": "1.1.1",
"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": "1.1.1"
},
"source_files": "DynamicBlurView/**/*.{h,swift}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Accelerate"
]
}