blob: 08ea03e28c5eb8be69287f6a38ed7f1cd8bead30 [file] [log] [blame]
{
"name": "Nuke-WebP-Plugin",
"version": "3.0.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": "9.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/ryokosuge/Nuke-WebP-Plugin.git",
"tag": "v3.0.0"
},
"source_files": "Source/**/*",
"public_header_files": "Source/**/*.h",
"requires_arc": true,
"module_name": "NukeWebPPlugin",
"dependencies": {
"libwebp": [
"1.0.0"
],
"Nuke": [
"~> 7.0"
]
},
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
}
}