[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 2 / 8 / Nuke-WebP-Plugin / 6.0.0 / Nuke-WebP-Plugin.podspec.json
blob837c1e92badac65a983e43031e7c9a0de06c2a85
2   "name": "Nuke-WebP-Plugin",
3   "version": "6.0.0",
4   "summary": "Nuke's WebP plugin which can load and display WebP",
5   "homepage": "https://github.com/ryokosuge/Nuke-WebP-Plugin",
6   "license": "MIT",
7   "authors": {
8     "ryokosuge": "ryo.kosuge@gmail.com"
9   },
10   "social_media_url": "https://twitter.com/ryo_kosuge",
11   "platforms": {
12     "ios": "11.0",
13     "osx": "10.13",
14     "tvos": "11.0",
15     "watchos": "4.0"
16   },
17   "source": {
18     "git": "https://github.com/ryokosuge/Nuke-WebP-Plugin.git",
19     "tag": "v6.0.0"
20   },
21   "source_files": "Source/**/*",
22   "public_header_files": "Source/**/*.h",
23   "swift_versions": [
24     "5.1",
25     "5.2"
26   ],
27   "requires_arc": true,
28   "module_name": "NukeWebPPlugin",
29   "dependencies": {
30     "libwebp": [
31       "1.1.0"
32     ],
33     "Nuke": [
34       "~> 9.0"
35     ]
36   },
37   "xcconfig": {
38     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
39   },
40   "swift_version": "5.2"