Skip to content

Commit

Permalink
fix: remove default_spec on iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gildaswise authored Dec 19, 2023
1 parent c5c4f75 commit 2565344
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flutter/flutter/ios/ffmpeg_kit_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'

s.default_subspec = 'https'

s.dependency 'Flutter'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }

Expand Down

0 comments on commit 2565344

Please sign in to comment.