[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 0 / 4 / libde265 / 1.0.9-beta / libde265.podspec.json
blob62fea5bb8cd94409cb33df5d70b1ab4d9f953b5e
2   "name": "libde265",
3   "version": "1.0.9-beta",
4   "summary": "Open h.265 video codec implementation.",
5   "description": "libde265 is an open source implementation of the h.265 video codec.\nIt is written from scratch and has a plain C API to enable a simple integration into other software.",
6   "homepage": "https://www.libde265.org/",
7   "license": {
8     "type": "LGPL"
9   },
10   "authors": {
11     "Struktur AG": "farin@struktur.de"
12   },
13   "source": {
14     "git": "https://github.com/SDWebImage/libde265-Xcode.git",
15     "tag": "1.0.9-beta",
16     "submodules": true
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "libde265/libde265/**/*.{h,c,cc,cpp,hpp}",
25   "public_header_files": [
26     "libde265/libde265/de265.h",
27     "libde265/libde265/de265-version.h"
28   ],
29   "exclude_files": [
30     "libde265/libde265/arm",
31     "libde265/libde265/x86"
32   ],
33   "prepare_command": "cp 'libde265/libde265/de265-version.h.in' 'libde265/libde265/de265-version.h'\nsed -i.bak 's/@NUMERIC_VERSION@/0x01000800/g' 'libde265/libde265/de265-version.h'\nsed -i.bak 's/@PACKAGE_VERSION@/1.0.9-beta/g' 'libde265/libde265/de265-version.h'\nsed -i.bak 's/<libde265\\/de265-version.h>/\"de265-version.h\"/g' 'libde265/libde265/de265.h'",
34   "xcconfig": {
35     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) HAVE_POSIX_MEMALIGN=1",
36     "HEADER_SEARCH_PATHS": "$(inherited) ${PODS_ROOT}/libde265 ${PODS_TARGET_SRCROOT}/libde265 ${PODS_ROOT}/libde265/libde265/libde265 ${PODS_TARGET_SRCROOT}/libde265/libde265"
37   },
38   "preserve_paths": "libde265",
39   "libraries": "c++"