[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / f / 7 / c / DCKingfisherWebP / 0.4.12 / DCKingfisherWebP.podspec.json
blob2b6d0b13aa1ab8d96106789c2d6f1d2de87ba570
2   "name": "DCKingfisherWebP",
3   "version": "0.4.12",
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     "http": "http://dc-poc-main-public.oss-cn-shenzhen.aliyuncs.com/ios/KingfisherWebP/DCKingfisherWebP_04-26-2021-20-45-43.zip"
16   },
17   "social_media_url": "https://twitter.com/yeatse",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "vendored_frameworks": "DCKingfisherWebP.framework",
22   "xcconfig": {
23     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
24   },
25   "tvos": {
26     "xcconfig": {
27       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
28     }
29   },
30   "osx": {
31     "xcconfig": {
32       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
33     }
34   },
35   "watchos": {
36     "xcconfig": {
37       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) WEBP_USE_INTRINSICS=1",
38       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
39     }
40   },
41   "dependencies": {
42     "DCKingfisher": [
44     ],
45     "libwebp": [
47     ]
48   }