[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 7 / b / a / SDWebImageHEIFCoder / 0.1.0 / SDWebImageHEIFCoder.podspec.json
blobca71615e7b677d844c07721fcef39269921d3fe4
2   "name": "SDWebImageHEIFCoder",
3   "version": "0.1.0",
4   "summary": "A SDWebImage coder plugin to support HEIF image",
5   "description": "This is a SDWebImage coder plugin to add High Efficiency Image File Format (HEIF) support.\nWhich is built based on the open-sourced libheif codec.",
6   "homepage": "https://github.com/SDWebImage/SDWebImageHEIFCoder",
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/SDWebImageHEIFCoder.git",
16     "tag": "0.1.0",
17     "submodules": true
18   },
19   "platforms": {
20     "osx": "10.10",
21     "ios": "8.0",
22     "tvos": "9.0"
23   },
24   "source_files": [
25     "SDWebImageHEIFCoder/Classes/**/*",
26     "Vendors/libheif/src/*.{h,cc}",
27     "Vendors/include/libheif/*.h"
28   ],
29   "exclude_files": [
30     "Vendors/libheif/src/*-fuzzer.{h,cc}",
31     "Vendors/libheif/src/heif.h"
32   ],
33   "public_header_files": "SDWebImageHEIFCoder/Classes/**/*.h",
34   "xcconfig": {
35     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) HAVE_UNISTD_H=1"
36   },
37   "libraries": "c++",
38   "dependencies": {
39     "SDWebImage/Core": [
40       "~> 4.2"
41     ]
42   },
43   "subspecs": [
44     {
45       "name": "libde265",
46       "source_files": "Vendors/include/libde265/*.{h}",
47       "osx": {
48         "vendored_libraries": "Vendors/libde265/macOS/libde265.a"
49       },
50       "ios": {
51         "vendored_libraries": "Vendors/libde265/iOS/libde265.a"
52       },
53       "tvos": {
54         "vendored_libraries": "Vendors/libde265/tvOS/libde265.a"
55       },
56       "header_mappings_dir": "Vendors/include",
57       "xcconfig": {
58         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) HAVE_LIBDE265=1"
59       }
60     },
61     {
62       "name": "libx265",
63       "source_files": "Vendors/include/libx265/*.{h}",
64       "osx": {
65         "vendored_libraries": "Vendors/libx265/macOS/libx265.a"
66       },
67       "ios": {
68         "vendored_libraries": "Vendors/libx265/iOS/libx265.a"
69       },
70       "tvos": {
71         "vendored_libraries": "Vendors/libx265/tvOS/libx265.a"
72       },
73       "header_mappings_dir": "Vendors/include",
74       "xcconfig": {
75         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) HAVE_X265=1"
76       }
77     }
78   ]