fix: finalize it

pull/1152/head
Prateek Sunal 2 months ago committed by GitHub
parent e3c6a29070
commit 4173a1c12c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      flutter/flutter/ios/ffmpeg_kit_flutter.podspec
  2. 2
      flutter/flutter/ios/ffmpeg_kit_vendor.podspec

@ -3,21 +3,21 @@ Pod::Spec.new do |s|
s.version = '6.0.3' s.version = '6.0.3'
s.summary = 'FFmpeg Kit for Flutter' s.summary = 'FFmpeg Kit for Flutter'
s.description = 'A Flutter plugin for running FFmpeg and FFprobe commands.' s.description = 'A Flutter plugin for running FFmpeg and FFprobe commands.'
s.homepage = 'https://github.com/arthenica/ffmpeg-kit' s.homepage = 'https://github.com/ente-io/ffmpeg-kit-forked'
s.license = { :file => '../LICENSE' } s.license = { :file => '../LICENSE' }
s.author = { 'ARTHENICA' => 'open-source@arthenica.com' } s.author = { 'ARTHENICA' => 'open-source@arthenica.com' }
s.platform = :ios, '12.1' s.platform = :ios, '12.1'
s.requires_arc = true s.requires_arc = true
s.static_framework = true s.static_framework = true
w
s.dependency 'Flutter' s.dependency 'Flutter'
s.pod_target_xcconfig = { s.pod_target_xcconfig = {
'DEFINES_MODULE' => 'YES', 'DEFINES_MODULE' => 'YES',
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386'
} }
s.source = { s.source = {
:http => 'https://github.com/FreezeIt/ffmpeg-kit/releases/download/v6.0/ffmpeg-kit-full-gpl-6.0-ios-xcframework.zip' :http => 'https://github.com/ente-io/ffmpeg-kit-forked/releases/download/v6.0/ffmpegkit.xcframework.zip'
} }
s.vendored_frameworks = [ s.vendored_frameworks = [
'ffmpegkit.framework', 'ffmpegkit.framework',

@ -7,7 +7,7 @@ Pod::Spec.new do |s|
s.license = { :type => 'GPL', :file => 'LICENSE' } s.license = { :type => 'GPL', :file => 'LICENSE' }
s.author = { 'Prateek' => 'prtksunal@gmail.com' } s.author = { 'Prateek' => 'prtksunal@gmail.com' }
s.source = { s.source = {
:http => 'https://github.com/FreezeIt/ffmpeg-kit/releases/download/v6.0/ffmpeg-kit-full-gpl-6.0-ios-xcframework.zip' :http => 'https://github.com/ente-io/ffmpeg-kit-forked/releases/download/v6.0/ffmpegkit.xcframework.zip'
} }
s.vendored_frameworks = [ s.vendored_frameworks = [
'ffmpegkit.framework', 'ffmpegkit.framework',

Loading…
Cancel
Save