blob: fd6ed8e36c2fd632e7de51d5eb4d1a55a733ec6f [file] [log] [blame]
{
"name": "LBBlurredImage",
"version": "0.2.2",
"summary": "LBBlurredImage is an UIImageView category that allow to set an image and make this blurred.",
"homepage": "https://github.com/lukabernardi/LBBlurredImage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luca Bernardi": "luka.bernardi@gmail.com"
},
"source": {
"git": "https://github.com/lukabernardi/LBBlurredImage.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": [
"Classes",
"LBBlurredImage/UIImage*.{h,m}"
],
"public_header_files": "LBBlurredImage/UIImageView*.{h,m}",
"frameworks": [
"CoreGraphics",
"UIKit",
"Accelerate"
],
"requires_arc": true
}