[Add] OpenWeb3Lib 1.0.4-swift6.0
[CocoaPods.git] / Specs / d / 1 / a / ffmpeg-kit-ios-min-gpl / 5.1.LTS / ffmpeg-kit-ios-min-gpl.podspec.json
blob0b3df25c281b4a4b0d09cca73b1ad8d0a3537776
2   "name": "ffmpeg-kit-ios-min-gpl",
3   "version": "5.1.LTS",
4   "summary": "FFmpeg Kit iOS Min GPL Shared Framework",
5   "description": "Includes FFmpeg with libvid.stab, x264, x265 and xvidcore libraries enabled.",
6   "homepage": "https://github.com/arthenica/ffmpeg-kit",
7   "authors": {
8     "ARTHENICA": "open-source@arthenica.com"
9   },
10   "license": {
11     "type": "GPL-3.0",
12     "file": "ffmpegkit.framework/LICENSE"
13   },
14   "platforms": {
15     "ios": "10"
16   },
17   "requires_arc": true,
18   "libraries": [
19     "z",
20     "bz2",
21     "c++",
22     "iconv"
23   ],
24   "source": {
25     "http": "https://github.com/arthenica/ffmpeg-kit/releases/download/v5.1.LTS/ffmpeg-kit-min-gpl-5.1.LTS-ios-framework.zip"
26   },
27   "ios": {
28     "frameworks": [
29       "AudioToolbox",
30       "CoreMedia"
31     ],
32     "vendored_frameworks": [
33       "ffmpegkit.framework",
34       "libavcodec.framework",
35       "libavdevice.framework",
36       "libavfilter.framework",
37       "libavformat.framework",
38       "libavutil.framework",
39       "libswresample.framework",
40       "libswscale.framework"
41     ]
42   },
43   "pod_target_xcconfig": {
44     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
45   },
46   "user_target_xcconfig": {
47     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
48   }