blob: cde5ee57056dfdfe46d34b6d73178ef0a91cb35e [file] [log] [blame]
{
"name": "Nuke-WebP-Plugin",
"version": "3.1.0",
"summary": "Nuke's WebP plugin which can load and display WebP",
"homepage": "https://github.com/ryokosuge/Nuke-WebP-Plugin",
"cocoapods_version": ">= 1.3.1",
"license": "MIT",
"authors": {
"ryokosuge": "ryo.kosuge@gmail.com"
},
"social_media_url": "https://twitter.com/ryo_kosuge",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/ryokosuge/Nuke-WebP-Plugin.git",
"tag": "v3.1.0"
},
"source_files": "Source/**/*",
"public_header_files": "Source/**/*.h",
"swift_versions": "5.0",
"requires_arc": true,
"module_name": "NukeWebPPlugin",
"dependencies": {
"libwebp": [
"1.0.0"
],
"Nuke": [
"~> 7.0"
]
},
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
},
"swift_version": "5.0"
}