[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / c / 3 / HCImage+BPG / 1.2.1 / HCImage+BPG.podspec.json
blobc47ff3a02b5a72c1a2b02c8f9ef9194cba6dd416
2   "name": "HCImage+BPG",
3   "version": "1.2.1",
4   "source": {
5     "git": "https://github.com/hoppenichu/HCImage-BPG.git",
6     "tag": "1.2.1"
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": "8.0",
19     "osx": "10.10"
20   },
21   "requires_arc": true,
22   "source_files": "HCImage+BPG/*.{h,m,mm}",
23   "libraries": "c++",
24   "default_subspecs": "libbpg",
25   "subspecs": [
26     {
27       "name": "libbpg",
28       "source_files": "HCImage+BPG/libbpg/include/*.h",
29       "osx": {
30         "vendored_libraries": "HCImage+BPG/libbpg/lib/mac/*.a"
31       },
32       "ios": {
33         "vendored_libraries": "HCImage+BPG/libbpg/lib/ios/*.a"
34       },
35       "header_dir": "libbpg"
36     }
37   ]