[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 8 / 6 / 3 / WebpImageKit / 0.3.2 / WebpImageKit.podspec.json
blobe80f54c2b3c7bc2ff7e8953caf16d3bc52d6e4ed
2   "name": "WebpImageKit",
3   "version": "0.3.2",
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.3.2"
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   }