Skip to content

Commit

Permalink
Bump ios sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
smejl committed May 6, 2020
1 parent 38f1ab3 commit 340e06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/qonversion_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.platform = :ios, '9.0'
s.dependency 'Qonversion', '~> 0.7'
s.dependency 'Qonversion', '~> 1.0'

# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
Expand Down

0 comments on commit 340e06d

Please sign in to comment.