[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / c / 3 / HCImage+BPG / 1.0 / HCImage+BPG.podspec.json
blob8c7d77888ce3beb9a155c9d16be6ca6a41c4fff8
2   "name": "HCImage+BPG",
3   "version": "1.0",
4   "source": {
5     "git": "https://github.com/hoppenichu/HCImage-BPG.git",
6     "tag": "1.0"
7   },
8   "summary": "BPG decoder for iOS and OS X",
9   "homepage": "https://github.com/hoppenichu/HCImage-BPG",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Takeru Chuganji": "takeru@hoppenichu.com"
16   },
17   "platforms": {
18     "ios": "7.0",
19     "osx": "10.9"
20   },
21   "requires_arc": true,
22   "source_files": "HCImage+BPG/*.{h,m}",
23   "default_subspecs": "libbpg",
24   "subspecs": [
25     {
26       "name": "libbpg",
27       "source_files": "HCImage+BPG/libbpg/include/*.h",
28       "vendored_libraries": "HCImage+BPG/libbpg/lib/*.a",
29       "header_dir": "libbpg"
30     }
31   ]