[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 0 / c / ffmpeg-kit-ios-https-gpl / 5.1.LTS / ffmpeg-kit-ios-https-gpl.podspec.json
blob33430dedc45705a216ae10b41dd5d8c95bf49ab9
2   "name": "ffmpeg-kit-ios-https-gpl",
3   "version": "5.1.LTS",
4   "summary": "FFmpeg Kit iOS Https GPL Shared Framework",
5   "description": "Includes FFmpeg with gmp, gnutls, 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-https-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   }