[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / a / c / 7 / SDWebImageBPGCoder / 0.3.0 / SDWebImageBPGCoder.podspec.json
blob324ce83ff7d227a14adcb849308776aa852f05f4
2   "name": "SDWebImageBPGCoder",
3   "version": "0.3.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.3.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": [
25     "SDWebImageBPGCoder/Classes/**/*",
26     "Vendor/libbpg/include/libbpg.h",
27     "SDWebImageBPGCoder/Module/SDWebImageBPGCoder.h"
28   ],
29   "module_map": "SDWebImageBPGCoder/Module/SDWebImageBPGCoder.modulemap",
30   "public_header_files": [
31     "SDWebImageBPGCoder/Classes/**/*.h",
32     "SDWebImageBPGCoder/Module/SDWebImageBPGCoder.h"
33   ],
34   "osx": {
35     "vendored_libraries": "Vendor/libbpg/lib/mac/libbpg.a"
36   },
37   "ios": {
38     "vendored_libraries": "Vendor/libbpg/lib/ios/libbpg.a"
39   },
40   "tvos": {
41     "vendored_libraries": "Vendor/libbpg/lib/tvos/libbpg.a"
42   },
43   "watchos": {
44     "vendored_libraries": "Vendor/libbpg/lib/watchos/libbpg.a"
45   },
46   "dependencies": {
47     "SDWebImage/Core": [
48       ">= 5.0.0-beta4"
49     ]
50   }