blob: 8c7d77888ce3beb9a155c9d16be6ca6a41c4fff8 [file] [log] [blame]
{
"name": "HCImage+BPG",
"version": "1.0",
"source": {
"git": "https://github.com/hoppenichu/HCImage-BPG.git",
"tag": "1.0"
},
"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": "7.0",
"osx": "10.9"
},
"requires_arc": true,
"source_files": "HCImage+BPG/*.{h,m}",
"default_subspecs": "libbpg",
"subspecs": [
{
"name": "libbpg",
"source_files": "HCImage+BPG/libbpg/include/*.h",
"vendored_libraries": "HCImage+BPG/libbpg/lib/*.a",
"header_dir": "libbpg"
}
]
}