[Add] XMUniversalSDK 1.0.0.0-dev
[CocoaPods.git] / Specs / 9 / a / 6 / IRFFMpeg / 4.2.18 / IRFFMpeg.podspec.json
blob4943a98da9b027375f854ff1d0466ba54d1cc0fa
2   "name": "IRFFMpeg",
3   "version": "4.2.18",
4   "summary": "FFMpeg for iOS.",
5   "description": "FFMpeg for iOS.",
6   "homepage": "https://github.com/irons163/IRFFMpeg.git",
7   "license": "MIT",
8   "authors": "irons163",
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/irons163/IRFFMpeg.git",
14     "tag": "4.2.18"
15   },
16   "source_files": [
17     "IRFFMpeg.m",
18     "IRFFMpeg.h"
19   ],
20   "module_map": "module.modulemap",
21   "pod_target_xcconfig": {
22     "HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/IRFFMpeg/include\"/**",
23     "USER_HEADER_SEARCH_PATHS": "\"$(PODS_ROOT)/IRFFMpeg/include\"",
24     "GCC_PREPROCESSOR_DEFINITIONS": "IRPLATFORM_TARGET_OS_IPHONE_OR_TV IRPLATFORM_TARGET_OS_MAC_OR_IPHONE",
25     "OTHER_LDFLAGS": "-all_load",
26     "ARCHS[sdk=iphonesimulator*]": "$(ARCHS_STANDARD_64_BIT)",
27     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
28   },
29   "user_target_xcconfig": {
30     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
31   },
32   "subspecs": [
33     {
34       "name": "FFMpegLib",
35       "source_files": "include/**/*.h",
36       "public_header_files": "include/**/*.h",
37       "private_header_files": [
38         "include/**/d3d11va.h",
39         "include/**/dxva2.h",
40         "include/**/qsv.h",
41         "include/**/hwcontext_qsv.h"
42       ],
43       "vendored_libraries": "**/*.a",
44       "libraries": [
45         "z",
46         "iconv",
47         "bz2",
48         "lzma"
49       ],
50       "frameworks": [
51         "AVFoundation",
52         "UIKit",
53         "Foundation",
54         "VideoToolbox",
55         "AudioToolbox",
56         "CoreMedia"
57       ],
58       "header_mappings_dir": "include"
59     }
60   ]