blob: 82657b326a8ec1af7be12f3cb869f7478379696e [file] [log] [blame]
{
"name": "DynamicBlurView",
"version": "1.1.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"
},
"source": {
"git": "https://github.com/KyoheiG3/DynamicBlurView.git",
"tag": "1.1.0"
},
"source_files": "DynamicBlurView/**/*.{h,swift}",
"requires_arc": true,
"frameworks": [
"UIKit",
"Accelerate"
]
}