forked from arthenica/ffmpeg-kit
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmygroove-ffmpeg-kit-ios-https.podspec
More file actions
42 lines (37 loc) · 1.15 KB
/
mygroove-ffmpeg-kit-ios-https.podspec
File metadata and controls
42 lines (37 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
require "json"
Pod::Spec.new do |s|
s.name = "mygroove-ffmpeg-kit-ios-https"
s.version = "6.0.2"
s.summary = "FFmpeg Kit iOS Https Shared Framework"
s.description = "Includes FFmpeg with gmp and gnutls libraries enabled."
s.homepage = "https://github.com/my-groove/ffmpeg-kit"
s.license = { :type => "LGPL-3.0", :file => "ffmpegkit.xcframework/ios-arm64/ffmpegkit.framework/LICENSE" }
s.authors = "MyGroove"
s.platform = :ios
s.ios.deployment_target = "12.1"
s.requires_arc = true
s.static_framework = true
s.source = { :http => "https://github.com/my-groove/ffmpeg-kit/releases/download/v6.0.2-mygroove/ffmpeg-kit-https-6.0-ios-xcframework.zip"}
s.libraries = [
"z",
"bz2",
"c++",
"iconv"
]
s.frameworks = [
"AudioToolbox",
"AVFoundation",
"CoreMedia",
"VideoToolbox"
]
s.vendored_frameworks = [
"ffmpegkit.xcframework",
"libavcodec.xcframework",
"libavdevice.xcframework",
"libavfilter.xcframework",
"libavformat.xcframework",
"libavutil.xcframework",
"libswresample.xcframework",
"libswscale.xcframework",
]
end