blob: 4664a26ec2fda7e2052a71e8fae8382344c0ab90 [file] [log] [blame]
{
"name": "Nuke-WebP-Plugin",
"version": "2.0.0-rc2",
"summary": "Nuke's WebP plugin which can load and display WebP",
"homepage": "https://github.com/ryokosuge/Nuke-WebP-Plugin",
"swift_version": "4.1",
"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": "v2.0.0-rc2"
},
"source_files": "Source/**/*",
"public_header_files": "Source/**/*.h",
"requires_arc": true,
"module_name": "NukeWebPPlugin",
"dependencies": {
"libwebp": [
"0.6.1"
],
"Nuke": [
"7.0-rc1"
]
},
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
}
}