[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 6 / 3 / WebpImageKit / 0.1.0 / WebpImageKit.podspec.json
blob62a772a85b5dcd288e1d818afbe637d66bebcad1
2   "name": "WebpImageKit",
3   "version": "0.1.0",
4   "summary": "ObjC wrapper to WebP encoder/decoder from WebM Project.",
5   "description": "Provides WebP format support starting iOS 12, including encoding and decoding of animated WebP images.\nOnly operates with image data located in memory.",
6   "homepage": "https://github.com/oleg-komaristov/WebpImageKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Oleg Komaristov": "oleg.komaristov@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/oleg-komaristov/WebpImageKit.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "12.0"
20   },
21   "source_files": "WebpImageKit/**/*",
22   "public_header_files": "WebpImageKit/*.h",
23   "frameworks": [
24     "UIKit",
25     "Accelerate"
26   ],
27   "dependencies": {
28     "libwebp": [
29       "~> 1.0"
30     ]
31   }