Skip to content

Commit

Permalink
fix: update platform to 9.0 in podspec. (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanhmr authored Sep 20, 2022
1 parent 3ee12cd commit f8cbd97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.platform = :ios, '8.0'
s.platform = :ios, '9.0'

# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
Expand Down

0 comments on commit f8cbd97

Please sign in to comment.