[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 5 / 2 / 8 / Nuke-WebP-Plugin / 1.1.0 / Nuke-WebP-Plugin.podspec.json
blob15893b3f1430bbd7dbb290f74efd2298cfd6ab84
2   "name": "Nuke-WebP-Plugin",
3   "version": "1.1.0",
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.1.0"
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   },
35   "testspecs": [
36     {
37       "name": "Tests",
38       "test_type": "unit",
39       "source_files": "Nuke-WebP-PluginTests/*.swift",
40       "resources": "Nuke-WebP-PluginTests/Resource/*"
41     }
42   ]