[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / a / 0 / 7 / KingfisherWebP-module / 0.7.0 / KingfisherWebP-module.podspec.json
blobb0fb4e84236a83c0b01024407d7272eecf0d5c4b
2   "name": "KingfisherWebP-module",
3   "version": "0.7.0",
4   "swift_versions": "5.0",
5   "summary": "A Kingfisher extension helping you process webp format - staticlib",
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. --staticlib",
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/SvenFang/KingfisherWebP.git",
17     "tag": "0.7.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   "static_framework": true,
26   "source_files": "KingfisherWebP/Classes/**/*",
27   "pod_target_xcconfig": {
28     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src",
29     "DEFINES_MODULE": "YES"
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       "DEFINES_MODULE": "YES"
40     }
41   },
42   "watchos": {
43     "pod_target_xcconfig": {
44       "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) WEBP_USE_INTRINSICS=1",
45       "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
46     }
47   },
48   "dependencies": {
49     "Kingfisher": [
50       "~> 5.8"
51     ],
52     "libwebp": [
53       ">= 0.5.0"
54     ]
55   },
56   "swift_version": "5.0"