[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 5 / 0 / c / KingfisherWebP / 0.3.1 / KingfisherWebP.podspec.json
blob5cb3864256ff83f984ceecf223e69db1704173be
2   "name": "KingfisherWebP",
3   "version": "0.3.1",
4   "summary": "A Kingfisher extension helping you process webp format",
5   "description": "KingfisherWebP is an extension of the popular library [Kingfisher](https://github.com/onevcat/Kingfisher), providing a ImageProcessor and CacheSerializer for you to conveniently handle the WebP format.",
6   "homepage": "https://github.com/yeatse/KingfisherWebP",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yang Chao": "iyeatse@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yeatse/KingfisherWebP.git",
16     "tag": "0.3.1"
17   },
18   "social_media_url": "https://twitter.com/yeatse",
19   "platforms": {
20     "ios": "8.0",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "KingfisherWebP/Classes/**/*",
25   "public_header_files": "KingfisherWebP/Classes/KingfisherWebP-umbrella.h",
26   "private_header_files": "KingfisherWebP/Classes/CGImage+WebP.h",
27   "module_map": "KingfisherWebP/KingfisherWebP.modulemap",
28   "xcconfig": {
29     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
30   },
31   "tvos": {
32     "xcconfig": {
33       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
34     }
35   },
36   "osx": {
37     "xcconfig": {
38       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
39     }
40   },
41   "watchos": {
42     "xcconfig": {
43       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) WEBP_USE_INTRINSICS=1",
44       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
45     }
46   },
47   "dependencies": {
48     "Kingfisher": [
49       "~> 4.0"
50     ],
51     "libwebp": [
53     ]
54   },
55   "pushed_with_swift_version": "4.0"