[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / 2 / 8 / Nuke-WebP-Plugin / 1.0.0 / Nuke-WebP-Plugin.podspec.json
blob134a55fd9d614e515ce895e2eb9b9985810d6dbd
2   "name": "Nuke-WebP-Plugin",
3   "version": "1.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": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "ryokosuge": "ryo.kosuge@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/ryo_kosuge",
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/ryokosuge/Nuke-WebP-Plugin.git",
19     "tag": "v1.0.0"
20   },
21   "source_files": "Source/**/*",
22   "public_header_files": "Source/**/*.h",
23   "requires_arc": true,
24   "module_name": "NukeWebPPlugin",
25   "dependencies": {
26     "libwebp": [
27       "0.6.0"
28     ],
29     "Nuke": [
30       "~> 6.0"
31     ]
32   },
33   "xcconfig": {
34     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
35   },
36   "pushed_with_swift_version": "4.0"