blob: 134a55fd9d614e515ce895e2eb9b9985810d6dbd [file] [log] [blame]
{
"name": "Nuke-WebP-Plugin",
"version": "1.0.0",
"summary": "Nuke's WebP plugin which can load and display WebP",
"homepage": "https://github.com/ryokosuge/Nuke-WebP-Plugin",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ryokosuge": "ryo.kosuge@gmail.com"
},
"social_media_url": "https://twitter.com/ryo_kosuge",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/ryokosuge/Nuke-WebP-Plugin.git",
"tag": "v1.0.0"
},
"source_files": "Source/**/*",
"public_header_files": "Source/**/*.h",
"requires_arc": true,
"module_name": "NukeWebPPlugin",
"dependencies": {
"libwebp": [
"0.6.0"
],
"Nuke": [
"~> 6.0"
]
},
"xcconfig": {
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
},
"pushed_with_swift_version": "4.0"
}