blob: 616a67577a162a7a4e7fbf86144d9247b01223d9 [file] [log] [blame]
{
"name": "CCBufferedImageDecoder",
"version": "1.0",
"summary": "Download and decode progressive JPEGs easily.",
"homepage": "https://github.com/contentful-labs/Concorde/",
"social_media_url": "https://twitter.com/contentful",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Boris Bügling": "boris@buegling.com"
},
"source": {
"git": "https://github.com/agens-no/CCBufferedImageDecoder.git",
"tag": "1.0"
},
"requires_arc": true,
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"ios": {
"frameworks": "UIKit"
},
"source_files": [
"Source/*.{h,m}",
"vendor/libjpeg-turbo/include/*"
],
"public_header_files": "Source/CCBufferedImageDecoder.h",
"vendored_libraries": "vendor/libjpeg-turbo/lib/libturbojpeg.a"
}