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