blob: b7f31225e8ebf6224365cd8eef6a33cc9beefbd3 [file] [log] [blame]
{
"name": "Nuke-WebP-Plugin",
"version": "5.0.0",
"summary": "Nuke's WebP plugin which can load and display WebP",
"homepage": "https://github.com/ryokosuge/Nuke-WebP-Plugin",
"license": "MIT",
"authors": {
"ryokosuge": "ryo.kosuge@gmail.com"
},
"social_media_url": "https://twitter.com/ryo_kosuge",
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "11.0",
"watchos": "4.0"
},
"source": {
"git": "https://github.com/ryokosuge/Nuke-WebP-Plugin.git",
"tag": "v5.0.0"
},
"source_files": "Source/**/*",
"public_header_files": "Source/**/*.h",
"swift_versions": [
"5.1",
"5.2"
],
"requires_arc": true,
"module_name": "NukeWebPPlugin",
"dependencies": {
"libwebp": [
"1.1.0"
],
"Nuke": [
"~> 9.0"
]
},
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
},
"swift_version": "5.2"
}