blob: d875eb58868be4479f7cd2a2ce2864667780d7d5 [file] [log] [blame]
{
"name": "SDWebImageWebPCoder",
"version": "0.1.0",
"summary": "WebP decoder/encoder for SDWebImage coder plugin.",
"description": "This is a simple SDWebImage coder plugin to support WebP image.",
"homepage": "https://github.com/SDWebImage/SDWebImageWebPCoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bogdan Poplauschi": "bpoplauschi@gmail.com"
},
"source": {
"git": "https://github.com/SDWebImage/SDWebImageWebPCoder.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "SDWebImageWebPCoder/Classes/**/*",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SD_WEBP=1",
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
},
"watchos": {
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) SD_WEBP=1 WEBP_USE_INTRINSICS=1",
"USER_HEADER_SEARCH_PATHS": "$(inherited) $(SRCROOT)/libwebp/src"
}
},
"dependencies": {
"SDWebImage/Core": [
"~> 5.0.0-beta"
],
"libwebp": [
"~> 1.0"
]
}
}