[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 5 / 2 / 8 / Nuke-WebP-Plugin / 1.0.1 / Nuke-WebP-Plugin.podspec.json
blob4657697b40378fc4c6fe5f76d0192cbba6749e01
2   "name": "Nuke-WebP-Plugin",
3   "version": "1.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.0",
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   },
16   "source": {
17     "git": "https://github.com/ryokosuge/Nuke-WebP-Plugin.git",
18     "tag": "v1.0.1"
19   },
20   "source_files": "Source/**/*",
21   "public_header_files": "Source/**/*.h",
22   "requires_arc": true,
23   "module_name": "NukeWebPPlugin",
24   "dependencies": {
25     "libwebp": [
26       "0.6.0"
27     ],
28     "Nuke": [
29       "~> 6.0"
30     ]
31   },
32   "xcconfig": {
33     "USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
34   }