blob: e3a97b9911a2b6c9b6cb7956dc55eaf7266a007f [file] [log] [blame]
{
"name": "DYFBlurEffect",
"version": "2.0.0",
"summary": "An Image blurring is achieved with one line of code.",
"description": "An Image blurring is achieved with one line of code and the UIVisualEffectView of the iOS system is supported.",
"homepage": "https://github.com/dgynfi/DYFBlurEffect",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"dyf": "vinphy.teng@foxmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/dgynfi/DYFBlurEffect.git",
"tag": "2.0.0"
},
"source_files": "Classes/**/*.{h,m}",
"public_header_files": "Classes/**/*.h",
"frameworks": [
"Foundation",
"UIKit",
"Accelerate",
"CoreGraphics",
"CoreImage"
],
"requires_arc": true
}