[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 6 / 3 / OVBlurKit / 1.2 / OVBlurKit.podspec.json
blob7cf6b4925041adb0b988db42280cc919b3ef55fc
2   "name": "OVBlurKit",
3   "version": "1.2",
4   "summary": "Make UIImage blurred easily and safe",
5   "description": "OVBlurKit provides fast and non-deadlocking image blurring toolkit using Apple's CIFilter under the hood",
6   "homepage": "https://github.com/Ovrchk/OVBlurKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ovrchk": "d@ovrchk.com"
13   },
14   "source": {
15     "git": "https://github.com/Ovrchk/OVBlurKit.git",
16     "tag": "1.2"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "RemoteImageSupport",
22   "dependencies": {
23     "Blurry": [
24       "0.0.5"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Core",
30       "source_files": "OVBlurKit/Classes/OVImageBlurringEngine.swift"
31     },
32     {
33       "name": "RemoteImageSupport",
34       "dependencies": {
35         "PINRemoteImage": [
37         ]
38       },
39       "source_files": "OVBlurKit/Classes/**/*"
40     }
41   ]