[Add] Courier_iOS 5.5.5
[CocoaPods.git] / Specs / 5 / 0 / c / KingfisherWebP / 1.1.0 / KingfisherWebP.podspec.json
blobecdb3ca50f71de0657cfebdf6eb68fa39dc4520c
2   "name": "KingfisherWebP",
3   "version": "1.1.0",
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.1.0"
18   },
19   "social_media_url": "https://twitter.com/yeatse",
20   "platforms": {
21     "ios": "10.0",
22     "tvos": "10.0",
23     "watchos": "3.0"
24   },
25   "source_files": "KingfisherWebP/Classes/**/*",
26   "pod_target_xcconfig": {
27     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
28   },
29   "tvos": {
30     "pod_target_xcconfig": {
31       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
32     }
33   },
34   "osx": {
35     "pod_target_xcconfig": {
36       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
37     }
38   },
39   "watchos": {
40     "pod_target_xcconfig": {
41       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) WEBP_USE_INTRINSICS=1",
42       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
43     }
44   },
45   "dependencies": {
46     "Kingfisher": [
47       "~> 5.8"
48     ],
49     "libwebp": [
50       ">= 0.5.0"
51     ]
52   },
53   "swift_version": "5.0"