fix: remove dep

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

@ -16,7 +16,6 @@ Pod::Spec.new do |s|
'DEFINES_MODULE' => 'YES', 'DEFINES_MODULE' => 'YES',
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386'
} }
s.dependency 'ffmpeg_kit_vendor', '6.0'
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/FreezeIt/ffmpeg-kit/releases/download/v6.0/ffmpeg-kit-full-gpl-6.0-ios-xcframework.zip'
} }

Loading…
Cancel
Save