[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 2 / c / 3 / HCImage+BPG / 1.3.1 / HCImage+BPG.podspec.json
blob3d81475758f4d3a9f3704bb1ca05e73a0adade0c
2   "name": "HCImage+BPG",
3   "version": "1.3.1",
4   "source": {
5     "git": "https://github.com/hoppenichu/HCImage-BPG.git",
6     "tag": "1.3.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": [
23     "HCImage+BPG/*.{h,mm}",
24     "HCImage+BPG/Internal/**/*.{h,hpp,cpp}"
25   ],
26   "private_header_files": "HCImage+BPG/Internal/**/*.{h,hpp}",
27   "osx": {
28     "vendored_libraries": "HCImage+BPG/Internal/libbpg/lib/mac/*.a",
29     "frameworks": [
30       "Cocoa",
31       "CoreGraphics"
32     ]
33   },
34   "ios": {
35     "vendored_libraries": "HCImage+BPG/Internal/libbpg/lib/ios/*.a",
36     "frameworks": [
37       "UIKit",
38       "CoreGraphics"
39     ]
40   },
41   "libraries": "c++"