[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 3 / b / 5 / YKWebPImage / 0.0.3 / YKWebPImage.podspec.json
blob31e7c02054353fc5afeb9ef256706be3c28bd342
2   "name": "YKWebPImage",
3   "version": "0.0.3",
4   "homepage": "https://github.com/yakatak/YKWebPImage",
5   "license": {
6     "type": "Apache 2.0",
7     "file": "LICENSE"
8   },
9   "authors": {
10     "Yakatak": "support@yakatak.com"
11   },
12   "social_media_url": "https://twitter.com/yakatak",
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/yakatak/YKWebPImage.git",
18     "tag": "v0.0.3"
19   },
20   "source_files": "YKWebPImage/**/*.{m,h}",
21   "requires_arc": true,
22   "vendored_frameworks": "WebP.framework",
23   "summary": "Plug and Play WebP support for iOS",
24   "description": "# YKWebPImage\nPlug and Play WebP Image support for iOS. It's as simple as installing the Pod. Under the hood, this library swizzles the init methods of `UIImage` and adds a lightweight header scan of the image data to check for WebP format, then decodes if a positive match is found."