blob: 0caa8ee6b0a735a00753a973d467e0c7d43fe3c8 [file] [log] [blame]
{
"name": "Nuke-WebP-Plugin",
"version": "1.0.2",
"summary": "Nuke's WebP plugin which can load and display WebP",
"homepage": "https://github.com/ryokosuge/Nuke-WebP-Plugin",
"swift_version": "4.0",
"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"
},
"source": {
"git": "https://github.com/ryokosuge/Nuke-WebP-Plugin.git",
"tag": "v1.0.2"
},
"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"
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"source_files": "Nuke-WebP-PluginTests/*.swift",
"resources": "Nuke-WebP-PluginTests/Resource/*"
}
]
}