[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / 8 / libbpg / 0.9.8 / libbpg.podspec.json
blobf8a52595284f79772e65be622e91a1269cf52788
2   "name": "libbpg",
3   "version": "0.9.8",
4   "summary": "BPG Image library and utilities",
5   "description": "BPG (Better Portable Graphics) is a new image format. Its purpose is to replace the JPEG image format when quality or file size is an issue.",
6   "homepage": "https://bellard.org/bpg/",
7   "license": {
8     "type": "LGPL"
9   },
10   "authors": "Fabrice Bellard",
11   "source": {
12     "git": "https://github.com/mirrorer/libbpg.git",
13     "commit": "0e2aadb"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.6",
18     "tvos": "9.0",
19     "watchos": "2.0"
20   },
21   "source_files": [
22     "libavcodec/**/*.{h,c,cc}",
23     "libavutil/**/*.{h,c,cc}",
24     "libbpg.{h,c}",
25     "config.h"
26   ],
27   "public_header_files": "libbpg.h",
28   "exclude_files": "libavcodec/*template.c",
29   "preserve_paths": [
30     "libavcodec",
31     "libavutil"
32   ],
33   "prepare_command": "sed -i.bak 's/<inttypes.h>/<stdint.h>/g' './libbpg.h'",
34   "xcconfig": {
35     "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/libbpg/ ${PODS_TARGET_SRCROOT}/",
36     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) HAVE_AV_CONFIG_H=1 USE_VAR_BIT_DEPTH=1 USE_PRED=1"
37   }