[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / c / 7 / SDWebImageBPGCoder / 0.5.0 / SDWebImageBPGCoder.podspec.json
blob792afca5b7bbcb00099175f7d6924759a4786ea5
2   "name": "SDWebImageBPGCoder",
3   "version": "0.5.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.5.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         "libx265": [
65         ]
66       },
67       "source_files": "SDWebImageBPGCoder/Classes/bpgenc/*",
68       "public_header_files": "SDWebImageBPGCoder/Classes/bpgenc/*.h",
69       "xcconfig": {
70         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) USE_X265=1",
71         "WARNING_CFLAGS": "$(inherited) -Wno-shorten-64-to-32 -Wno-conditional-uninitialized -Wno-unused-variable"
72       }
73     }
74   ]