[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / c / KingfisherWebP / 0.2.3 / KingfisherWebP.podspec.json
blob276c5de67ecb8b2b638015b3b4a3a2498837dc1d
2   "name": "KingfisherWebP",
3   "version": "0.2.3",
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.2.3"
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   "xcconfig": {
26     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
27   },
28   "tvos": {
29     "xcconfig": {
30       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
31     }
32   },
33   "osx": {
34     "xcconfig": {
35       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
36     }
37   },
38   "watchos": {
39     "xcconfig": {
40       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) WEBP_USE_INTRINSICS=1",
41       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
42     },
43     "exclude_files": [
44       "KingfisherWebP/Classes/Kingfisher+WebP.swift"
45     ]
46   },
47   "dependencies": {
48     "Kingfisher": [
49       "~> 3.7.1"
50     ],
51     "libwebp": [
53     ]
54   },
55   "pushed_with_swift_version": "3.0"