blob: bca8591355254eb279c3ecd954e8e94b13345064 [file] [log] [blame]
{
"name": "OVBlurKit",
"version": "1.3",
"summary": "Make UIImage blurred easily and safe",
"description": "OVBlurKit provides fast and non-deadlocking image blurring toolkit using Apple's CIFilter under the hood",
"homepage": "https://github.com/Ovrchk/OVBlurKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ovrchk": "d@ovrchk.com"
},
"source": {
"git": "https://github.com/Ovrchk/OVBlurKit.git",
"tag": "1.3"
},
"platforms": {
"ios": "10.0"
},
"default_subspecs": "RemoteImageSupport",
"subspecs": [
{
"name": "Core",
"source_files": "OVBlurKit/Classes/OVImageBlurringEngine.swift"
},
{
"name": "RemoteImageSupport",
"dependencies": {
"PINRemoteImage": [
]
},
"source_files": "OVBlurKit/Classes/**/*"
}
]
}