blob: d3bf2d20b9c7386d6d1ddead5b74d11cf6484590 [file] [log] [blame]
{
"name": "GRKBlurView",
"version": "1.2",
"summary": "A UIView subclass which applies image effects to a given image.",
"description": "\t\tImage affects (blur, saturation) are applied to a base image asynchronously and\n\t\tis intended to be used for near real time application.\n",
"homepage": "https://github.com/levigroker/GRKBlurView",
"license": "Creative Commons Attribution 3.0 Unported License",
"authors": {
"Levi Brown": "levigroker@gmail.com"
},
"social_media_url": "https://twitter.com/levigroker",
"source": {
"git": "https://github.com/levigroker/GRKBlurView.git",
"tag": "1.2"
},
"platforms": {
"ios": "7.0"
},
"source_files": "GRKBlurView/**/*.{h,m}",
"frameworks": "Accelerate",
"requires_arc": true
}