blob: 48651eaa21485beb86eec9aa65829f12b74a3041 [file] [log] [blame]
{
"name": "HCImage+BPG",
"version": "1.3.2",
"source": {
"git": "https://github.com/hoppenichu/HCImage-BPG.git",
"tag": "1.3.2"
},
"summary": "BPG decoder for iOS and OS X",
"homepage": "https://github.com/hoppenichu/HCImage-BPG",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Takeru Chuganji": "takeru@hoppenichu.com"
},
"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": [
"Cocoa",
"CoreGraphics"
]
},
"ios": {
"vendored_libraries": "HCImage+BPG/Internal/libbpg/lib/ios/*.a",
"frameworks": [
"UIKit",
"CoreGraphics"
]
},
"libraries": "c++"
}