blob: 863c7e2da632967bc59f6a22aa04a2014f79f8f1 [file] [log] [blame]
{
"name": "SDWebImageFLIFCoder",
"version": "0.3.0",
"summary": "A FLIF(Free Lossless Image Format) coder plugin for SDWebImage.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/SDWebImage/SDWebImageFLIFCoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DreamPiggy": "lizhuoli1126@126.com"
},
"source": {
"git": "https://github.com/SDWebImage/SDWebImageFLIFCoder.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"module_map": "SDWebImageFLIFCoder/Module/SDWebImageFLIFCoder.modulemap",
"source_files": [
"SDWebImageFLIFCoder/Classes/**/*",
"Vendor/libflif/include/*.h",
"SDWebImageFLIFCoder/Module/SDWebImageFLIFCoder.h"
],
"public_header_files": [
"SDWebImageFLIFCoder/Classes/SDImageFLIFCoder.h",
"SDWebImageFLIFCoder/Module/SDWebImageFLIFCoder.h"
],
"libraries": "c++",
"dependencies": {
"SDWebImage/Core": [
"~> 5.0"
],
"libflif": [
]
}
}