blob: 014ff454b33b9e5256bccb7b0d0f5d272eb96ddf [file] [log] [blame]
{
"name": "DFJPEGTurbo",
"version": "0.2.1",
"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.1"
},
"source_files": "DFJPEGTurbo/**/*.{h,m}",
"vendored_libraries": "DFJPEGTurbo/libturbojpeg/libturbojpeg.a",
"requires_arc": true
}