[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 3 / b / 5 / YKWebPImage / 0.0.2 / YKWebPImage.podspec.json
blob0103850b23a323fd16063d33ba869f7282e94b6c
2   "name": "YKWebPImage",
3   "version": "0.0.2",
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.2"
19   },
20   "source_files": "YKWebPImage/**/*.{m,h}",
21   "requires_arc": true,
22   "summary": "Plug and Play WebP support for iOS",
23   "dependencies": {
24     "libwebp": [
25       "0.4.3"
26     ]
27   },
28   "description": "\t  # YKWebPImage\n\t  Plug 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.\n"