blob: 510f4e4acce18c416771b9c5188c55da75ab9b12 [file] [log] [blame]
{
"name": "HCImage+BPG",
"version": "1.2",
"source": {
"git": "https://github.com/hoppenichu/HCImage-BPG.git",
"tag": "1.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,m,mm}",
"libraries": "c++",
"default_subspecs": "libbpg",
"subspecs": [
{
"name": "libbpg",
"source_files": "HCImage+BPG/libbpg/include/*.h",
"osx": {
"vendored_libraries": "HCImage+BPG/libbpg/lib/mac/*.a"
},
"ios": {
"vendored_libraries": "HCImage+BPG/libbpg/lib/ios/*.a"
},
"header_dir": "libbpg"
}
]
}