blob: 904e3e978f0077ffc44bc9725d63cb94e1f0edb5 [file] [log] [blame]
{
"name": "libminipng",
"version": "0.5.6",
"summary": "Swift library that compresses PNG",
"description": "Parse the png image with lodepng and compress the Swift library with the pngquant algorithm",
"homepage": "https://libminipng.ichochy.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MLeo": "ichochy@qq.com"
},
"social_media_url": "https://twitter.com/iChochy",
"platforms": {
"osx": "10.10",
"ios": "10.0"
},
"source": {
"git": "https://github.com/iChochy/libminipng.git",
"tag": "0.5.6"
},
"source_files": "libminipng/Classes/**/*",
"public_header_files": [
"libminipng/Classes/libminipng.h",
"libminipng/Classes/minipng.h"
],
"resources": [
"README.md",
"LICENSE"
],
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.1"
],
"swift_version": "5.1"
}