[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / c / 7 / SDWebImageBPGCoder / 0.2.2 / SDWebImageBPGCoder.podspec.json
blob458f675223e3edc3c8b683a5a97825b485a87200
2   "name": "SDWebImageBPGCoder",
3   "version": "0.2.2",
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.2.2"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10"
21   },
22   "source_files": [
23     "SDWebImageBPGCoder/Classes/**/*",
24     "Vendor/libbpg/include/libbpg.h",
25     "SDWebImageBPGCoder/Module/SDWebImageBPGCoder.h"
26   ],
27   "module_map": "SDWebImageBPGCoder/Module/SDWebImageBPGCoder.modulemap",
28   "public_header_files": [
29     "SDWebImageBPGCoder/Classes/**/*.h",
30     "SDWebImageBPGCoder/Module/SDWebImageBPGCoder.h"
31   ],
32   "osx": {
33     "vendored_libraries": "Vendor/libbpg/lib/mac/libbpg.a"
34   },
35   "ios": {
36     "vendored_libraries": "Vendor/libbpg/lib/ios/libbpg.a"
37   },
38   "dependencies": {
39     "SDWebImage/Core": [
40       ">= 5.0.0-beta4"
41     ]
42   }