[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / a / c / 7 / SDWebImageBPGCoder / 0.4.0 / SDWebImageBPGCoder.podspec.json
blobb1f706abd489a744da9186fb56b511c4687ad0c7
2   "name": "SDWebImageBPGCoder",
3   "version": "0.4.0",
4   "summary": "BPG decoder for SDWebImage plugin coder.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/SDWebImage/SDWebImageBPGCoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DreamPiggy": "lizhuoli1126@126.com"
13   },
14   "source": {
15     "git": "https://github.com/SDWebImage/SDWebImageBPGCoder.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "default_subspecs": "libbpg",
25   "module_map": "SDWebImageBPGCoder/Module/SDWebImageBPGCoder.modulemap",
26   "dependencies": {
27     "SDWebImage/Core": [
28       ">= 5.0.0-beta4"
29     ]
30   },
31   "subspecs": [
32     {
33       "name": "libbpg",
34       "source_files": [
35         "SDWebImageBPGCoder/Classes/SDImageBPGCoder.{h,m}",
36         "SDWebImageBPGCoder/Module/SDWebImageBPGCoder.h",
37         "Vendor/libbpg/include/libbpg.h"
38       ],
39       "public_header_files": [
40         "SDWebImageBPGCoder/Classes/SDImageBPGCoder.h",
41         "SDWebImageBPGCoder/Module/SDWebImageBPGCoder.h",
42         "Vendor/libbpg/include/libbpg.h"
43       ],
44       "osx": {
45         "vendored_libraries": "Vendor/libbpg/lib/mac/libbpg.a"
46       },
47       "ios": {
48         "vendored_libraries": "Vendor/libbpg/lib/ios/libbpg.a"
49       },
50       "tvos": {
51         "vendored_libraries": "Vendor/libbpg/lib/tvos/libbpg.a"
52       },
53       "watchos": {
54         "vendored_libraries": "Vendor/libbpg/lib/watchos/libbpg.a"
55       }
56     },
57     {
58       "name": "bpgenc",
59       "dependencies": {
60         "SDWebImageBPGCoder/libbpg": [
62         ]
63       },
64       "source_files": [
65         "SDWebImageBPGCoder/Classes/bpgenc/*",
66         "Vendor/libx265/include/x265.h",
67         "Vendor/libx265/include/x265_config.h"
68       ],
69       "public_header_files": "SDWebImageBPGCoder/Classes/bpgenc/*.h",
70       "xcconfig": {
71         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) USE_X265=1",
72         "WARNING_CFLAGS": "$(inherited) -Wno-shorten-64-to-32 -Wno-conditional-uninitialized -Wno-unused-variable"
73       },
74       "osx": {
75         "vendored_libraries": "Vendor/libx265/lib/mac/libx265.a"
76       },
77       "ios": {
78         "vendored_libraries": "Vendor/libx265/lib/ios/libx265.a"
79       },
80       "tvos": {
81         "vendored_libraries": "Vendor/libx265/lib/tvos/libx265.a"
82       },
83       "watchos": {
84         "vendored_libraries": "Vendor/libx265/lib/watchos/libx265.a"
85       },
86       "libraries": "c++"
87     }
88   ]