[Add] DocumentReaderFullAuthRFIDStage 7.5.10872
[CocoaPods.git] / Specs / a / c / 7 / SDWebImageBPGCoder / 0.2.0 / SDWebImageBPGCoder.podspec.json
blob861bf9b16b90af696040b4c26dcf7259f98d5f91
2   "name": "SDWebImageBPGCoder",
3   "version": "0.2.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.2.0"
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   ],
26   "private_header_files": "Vendor/libbpg/include/libbpg.h",
27   "osx": {
28     "vendored_libraries": "Vendor/libbpg/lib/mac/libbpg.a"
29   },
30   "ios": {
31     "vendored_libraries": "Vendor/libbpg/lib/ios/libbpg.a"
32   },
33   "dependencies": {
34     "SDWebImage/Core": [
35       ">= 5.0.0-beta2"
36     ]
37   }