blob: 4dae2c193a58b1ff9c4c569cbe285ab8c16450e9 [file] [log] [blame]
{
"name": "LBBlurredImage",
"version": "0.2.0",
"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.0"
},
"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
}