blob: 9d746d4b906efde2ff35136f80897219845bcd6f [file] [log] [blame]
{
"name": "OVImageBlurringEngine",
"version": "1.0",
"summary": "UIImage blurring engine",
"description": "OVImageBlurringEngine provides fast and non-deadlocking image blurring toolkit using Apple's CIFilter under the hood",
"homepage": "https://github.com/Ovrchk/OVImageBlurringEngine",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ovrchk": "d@ovrchk.com"
},
"source": {
"git": "https://github.com/Ovrchk/OVImageBlurringEngine.git",
"tag": "1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OVImageBlurringEngine/Classes/**/*",
"deprecated_in_favor_of": "OVBlurKit"
}