Skip to content

Commit

Permalink
Merge pull request #67 from undecagon/master
Browse files Browse the repository at this point in the history
Update GooglePlaces POD to 8.3.0 latest version
  • Loading branch information
matanshukry authored Feb 23, 2024
2 parents edcaa6b + 85ad330 commit 11576e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
2 changes: 1 addition & 1 deletion flutter_google_places_sdk_ios/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_google_places_sdk_ios
description: The iOS implementation of Flutter plugin for google places sdk
version: 0.1.3
version: 0.1.4
homepage: https://github.com/matanshukry/flutter_google_places_sdk/tree/master/flutter_google_places_sdk_ios

environment:
Expand Down

0 comments on commit 11576e5

Please sign in to comment.