blob: a9d640ed14191713a137c602ce50ff65e4e20ab3 [file] [log] [blame]
{
"name": "CCOInteractiveBlurView",
"version": "0.1.4",
"summary": "Interactive Blur View, inspired on UIVisualEffectView configured with UIBlurEffect.",
"description": "Interactive Blur View, inspired on UIVisualEffectView configured with UIBlurEffect. The blurring effect can be set\nproportionally to a given percentage, ideal to be used with a UIPanGestureRecognizer that changes this value.",
"homepage": "https://github.com/Circolo/CCOInteractiveBlurView",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.md"
},
"authors": {
"Gian Franco Zabarino": "gfzabarino@gmail.com"
},
"source": {
"git": "https://github.com/Circolo/CCOInteractiveBlurView.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CCOInteractiveBlurView/Classes/**/*",
"public_header_files": "CCOInteractiveBlurView/Classes/**/*.h",
"frameworks": [
"UIKit",
"Accelerate"
]
}