25 lines
1.2 KiB
Plaintext
25 lines
1.2 KiB
Plaintext
|
Pod::Spec.new do |s|
|
||
|
s.name = "ffmpeg-kit-macos-https"
|
||
|
s.version = "VERSION"
|
||
|
s.summary = "FFmpeg Kit macOS Https Static Framework"
|
||
|
s.description = <<-DESC
|
||
|
DESCRIPTION
|
||
|
DESC
|
||
|
|
||
|
s.homepage = "https://github.com/tanersener/ffmpeg-kit"
|
||
|
|
||
|
s.author = { "Taner Sener" => "tanersener@gmail.com" }
|
||
|
s.license = { :type => "LGPL-3.0", :file => "ffmpegkit.framework/LICENSE" }
|
||
|
|
||
|
s.platform = :osx
|
||
|
s.requires_arc = true
|
||
|
s.libraries = 'z', 'bz2', 'c++', 'iconv'
|
||
|
|
||
|
s.source = { :http => "https://github.com/tanersener/ffmpeg-kit/releases/download/vVERSION/ffmpeg-kit-https-VERSION-macos-framework.zip" }
|
||
|
|
||
|
s.osx.deployment_target = '10.11'
|
||
|
s.osx.frameworks = 'AudioToolbox','AVFoundation','CoreMedia','VideoToolbox'
|
||
|
s.osx.vendored_frameworks = 'ffmpegkit.framework', 'libavcodec.framework', 'libavdevice.framework', 'libavfilter.framework', 'libavformat.framework', 'libavutil.framework', 'libswresample.framework', 'libswscale.framework', 'gmp.framework', 'gnutls.framework', 'libhogweed.framework', 'libnettle.framework'
|
||
|
|
||
|
end
|