[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 5 / 0 / c / KingfisherWebP / 1.4.1 / KingfisherWebP.podspec.json
blob48fdd9f8f92c80123ec1516974881c34ddb10566
2   "name": "KingfisherWebP",
3   "version": "1.4.1",
4   "swift_versions": "5.0",
5   "summary": "A Kingfisher extension helping you process webp format",
6   "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.",
7   "homepage": "https://github.com/yeatse/KingfisherWebP",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Yang Chao": "iyeatse@gmail.com"
14   },
15   "source": {
16     "git": "https://github.com/yeatse/KingfisherWebP.git",
17     "tag": "1.4.1"
18   },
19   "social_media_url": "https://twitter.com/yeatse",
20   "platforms": {
21     "ios": "12.0",
22     "tvos": "12.0",
23     "osx": "10.14",
24     "watchos": "5.0"
25   },
26   "frameworks": "Accelerate",
27   "source_files": "Sources/**/*.{h,m,swift}",
28   "pod_target_xcconfig": {
29     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
30   },
31   "tvos": {
32     "pod_target_xcconfig": {
33       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
34     }
35   },
36   "osx": {
37     "pod_target_xcconfig": {
38       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
39     }
40   },
41   "watchos": {
42     "pod_target_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       "~> 7.0"
50     ],
51     "libwebp": [
52       ">= 1.1.0"
53     ]
54   },
55   "swift_version": "5.0"