blob: c155b6180986d1eca7e2c244917be1235295c703 [file] [log] [blame]
{
"name": "CCOInteractiveBlurView",
"version": "0.1.3",
"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.3"
},
"platforms": {
"ios": "8.0"
},
"source_files": "CCOInteractiveBlurView/Classes/**/*",
"public_header_files": "CCOInteractiveBlurView/Classes/**/*.h",
"frameworks": [
"UIKit",
"Accelerate"
]
}