blob: d19388d90c371b7fde7b23b3af0326aae02d4407 [file] [log] [blame]
{
"name": "DFJPEGTurbo",
"version": "0.1.0",
"platforms": {
"ios": "5.0"
},
"license": "MIT",
"homepage": "https://github.com/kean/DFJPEGTurbo",
"authors": "Alexander Grebenyuk",
"summary": "Objective-C libjpeg-turbo wrapper",
"source": {
"git": "https://github.com/kean/DFJPEGTurbo.git",
"tag": "v0.1.0"
},
"public_header_files": "DFJPEGTurbo/DFJPEGTurbo.h",
"source_files": "DFJPEGTurbo/**/*.{h,m}",
"vendored_libraries": "DFJPEGTurbo/libturbojpeg/libturbojpeg.a",
"requires_arc": true
}