| { |
| "name": "libminipng", |
| "version": "0.0.5", |
| "summary": "Swift library that compresses PNG", |
| "description": "Parse the png image with lodepng and compress the Swift library with the pngquant algorithm", |
| "homepage": "http://www.ichochy.com/libminipng", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "MLeo": "ichochy@qq.com" |
| }, |
| "social_media_url": "https://twitter.com/iChochy", |
| "platforms": { |
| "osx": "10.10" |
| }, |
| "source": { |
| "git": "https://github.com/iChochy/libminipng.git", |
| "tag": "0.0.5" |
| }, |
| "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", |
| "4.2" |
| ], |
| "swift_version": "4.2" |
| } |