blob: 861bf9b16b90af696040b4c26dcf7259f98d5f91 [file] [log] [blame]
{
"name": "SDWebImageBPGCoder",
"version": "0.2.0",
"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.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source_files": [
"SDWebImageBPGCoder/Classes/**/*",
"Vendor/libbpg/include/libbpg.h"
],
"private_header_files": "Vendor/libbpg/include/libbpg.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-beta2"
]
}
}