[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / 0 / c / KingfisherWebP / 0.2.2 / KingfisherWebP.podspec.json
blob1e30687d1a47207370f99a390bd81fcde9fe44ef
2   "name": "KingfisherWebP",
3   "version": "0.2.2",
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.2"
17   },
18   "social_media_url": "https://twitter.com/yeatse",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "KingfisherWebP/Classes/**/*",
23   "xcconfig": {
24     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
25   },
26   "watchos": {
27     "xcconfig": {
28       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) WEBP_USE_INTRINSICS=1",
29       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
30     }
31   },
32   "dependencies": {
33     "Kingfisher": [
34       "~> 3.0"
35     ],
36     "libwebp": [
38     ]
39   },
40   "pushed_with_swift_version": "3.0"