blob: d4d60dc87285aa9fb32a86dc1527759fa4751a86 [file] [log] [blame]
{
"name": "JPNG",
"version": "1.2.1",
"license": "zlib",
"summary": "JPNG is a new image format that combines the filesize of JPEG with alpha transparency of PNG.",
"homepage": "https://github.com/nicklockwood/JPNG",
"authors": "Nick Lockwood",
"source": {
"git": "https://github.com/nicklockwood/JPNG.git",
"tag": "1.2.1"
},
"source_files": "JPNG/JPNG.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "4.3",
"osx": "10.6"
},
"frameworks": "ImageIO"
}