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