[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 9 / d / SDWebImageWebPCoder / 0.1.2 / SDWebImageWebPCoder.podspec.json
blob2e821863f206b7454470e1dc95d59ddf987950a0
2   "name": "SDWebImageWebPCoder",
3   "version": "0.1.2",
4   "summary": "WebP decoder/encoder for SDWebImage coder plugin.",
5   "description": "This is a simple SDWebImage coder plugin to support WebP image.",
6   "homepage": "https://github.com/SDWebImage/SDWebImageWebPCoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bogdan Poplauschi": "bpoplauschi@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/SDWebImage/SDWebImageWebPCoder.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "SDWebImageWebPCoder/Classes/**/*",
25   "xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SD_WEBP=1",
27     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
28   },
29   "watchos": {
30     "xcconfig": {
31       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SD_WEBP=1 WEBP_USE_INTRINSICS=1",
32       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
33     }
34   },
35   "dependencies": {
36     "SDWebImage/Core": [
37       ">= 5.0.0-beta4"
38     ],
39     "libwebp": [
40       "~> 1.0"
41     ]
42   }