[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 6 / 3 / OVBlurKit / 1.3 / OVBlurKit.podspec.json
blobbca8591355254eb279c3ecd954e8e94b13345064
2   "name": "OVBlurKit",
3   "version": "1.3",
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.3"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "default_subspecs": "RemoteImageSupport",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "OVBlurKit/Classes/OVImageBlurringEngine.swift"
26     },
27     {
28       "name": "RemoteImageSupport",
29       "dependencies": {
30         "PINRemoteImage": [
32         ]
33       },
34       "source_files": "OVBlurKit/Classes/**/*"
35     }
36   ]