blob: f82e727f08cd8d40caf88b956711084c4da60536 [file] [log] [blame]
{
"name": "HCImage+BPG",
"version": "1.4.0",
"source": {
"git": "https://github.com/chuganzy/HCImage-BPG.git",
"tag": "1.4.0"
},
"summary": "BPG decoder for iOS and OS X",
"homepage": "https://github.com/chuganzy/HCImage-BPG",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Takeru Chuganji": "chu@ganzy.jp"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"source_files": [
"HCImage+BPG/*.{h,mm}",
"HCImage+BPG/Internal/**/*.{h,hpp,cpp}"
],
"private_header_files": "HCImage+BPG/Internal/**/*.{h,hpp}",
"osx": {
"vendored_libraries": "HCImage+BPG/Internal/libbpg/lib/mac/*.a",
"frameworks": [
"AppKit",
"CoreGraphics"
]
},
"ios": {
"vendored_libraries": "HCImage+BPG/Internal/libbpg/lib/ios/*.a",
"frameworks": [
"UIKit",
"CoreGraphics"
]
},
"libraries": "c++"
}