[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 0 / c / KingfisherWebP / 0.4.1 / KingfisherWebP.podspec.json
blobeb808a0ddab74ad37cb6ff9ce722fe1f9402711b
2   "name": "KingfisherWebP",
3   "version": "0.4.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.4.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": [
52       ">= 0.5.0"
53     ]
54   }