Skip to content

Commit

Permalink
Update iOS GooglePlaces pod to 8.3.0 (iOS version 15+)
Browse files Browse the repository at this point in the history
Signed-off-by: Szilard <[email protected]>
  • Loading branch information
seelrd authored Dec 12, 2023
1 parent 5ed955e commit 85ad330
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
Pod::Spec.new do |s|
s.name = 'flutter_google_places_sdk_ios'
s.version = '0.0.1'
s.version = '0.0.2'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
A new flutter plugin project.
Expand All @@ -15,14 +15,14 @@ A new flutter plugin project.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.platform = :ios, '13.0'
s.platform = :ios, '15.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',
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'

# Dependencies
s.dependency 'GooglePlaces', '~> 7.1.0'
s.dependency 'GooglePlaces', '~> 8.3.0'
s.static_framework = true
end

0 comments on commit 85ad330

Please sign in to comment.