blob: b720eceac73276bde7d1248a374d97ca26060a97 [file] [log] [blame]
{
"name": "DFJPEGTurbo",
"version": "0.2.0",
"summary": "Objective-C libjpeg-turbo wrapper with baseline and progressive JPEG support",
"platforms": {
"ios": "6.0"
},
"license": "MIT",
"homepage": "https://github.com/kean/DFJPEGTurbo",
"authors": "Alexander Grebenyuk",
"source": {
"git": "https://github.com/kean/DFJPEGTurbo.git",
"tag": "0.2.0"
},
"source_files": "DFJPEGTurbo/**/*.{h,m}",
"vendored_libraries": "DFJPEGTurbo/libturbojpeg/libturbojpeg.a",
"requires_arc": true
}