blob: 458f675223e3edc3c8b683a5a97825b485a87200 [file] [log] [blame]
{
"name": "SDWebImageBPGCoder",
"version": "0.2.2",
"summary": "BPG decoder for SDWebImage plugin coder.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/SDWebImage/SDWebImageBPGCoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"DreamPiggy": "lizhuoli1126@126.com"
},
"source": {
"git": "https://github.com/SDWebImage/SDWebImageBPGCoder.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": [
"SDWebImageBPGCoder/Classes/**/*",
"Vendor/libbpg/include/libbpg.h",
"SDWebImageBPGCoder/Module/SDWebImageBPGCoder.h"
],
"module_map": "SDWebImageBPGCoder/Module/SDWebImageBPGCoder.modulemap",
"public_header_files": [
"SDWebImageBPGCoder/Classes/**/*.h",
"SDWebImageBPGCoder/Module/SDWebImageBPGCoder.h"
],
"osx": {
"vendored_libraries": "Vendor/libbpg/lib/mac/libbpg.a"
},
"ios": {
"vendored_libraries": "Vendor/libbpg/lib/ios/libbpg.a"
},
"dependencies": {
"SDWebImage/Core": [
">= 5.0.0-beta4"
]
}
}