File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/google_maps_flutter/google_maps_flutter_ios/ios/google_maps_flutter_ios Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,14 +10,14 @@ import PackageDescription
1010let package = Package (
1111 name: " google_maps_flutter_ios " ,
1212 platforms: [
13- . iOS( . v15 ) ,
13+ . iOS( . v14 ) ,
1414 ] ,
1515 products: [
1616 . library( name: " google-maps-flutter-ios " , type: . static, targets: [ " google_maps_flutter_ios " ] )
1717 ] ,
1818 dependencies: [
19- . package ( url: " https://github.com/googlemaps/ios-maps-sdk " , . upToNextMajor ( from : " 9. 0.0" ) ) ,
20- . package ( url: " https://github.com/googlemaps/google-maps-ios-utils " , . upToNextMajor ( from : " 6.1.0 " ) ) ,
19+ . package ( url: " https://github.com/googlemaps/ios-maps-sdk " , " 8.4.0 " ..< " 10. 0.0" ) ,
20+ . package ( url: " https://github.com/googlemaps/google-maps-ios-utils " , " 5.0.0 " ..< " 7.0.0 " ) ,
2121 ] ,
2222 targets: [
2323 . target(
You can’t perform that action at this time.
0 commit comments