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