Skip to content

Commit

Permalink
chore: Release 3.10.1
Browse files Browse the repository at this point in the history
Change-Id: Iab39345330af856c84bfc580c0394f487d9e1587
  • Loading branch information
arriolac committed Jul 20, 2021
1 parent 9cf378c commit 9831830
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Google-Maps-iOS-Utils.podspec
Expand Up @@ -3,7 +3,7 @@
Pod::Spec.new do |s|

s.name = "Google-Maps-iOS-Utils"
s.version = "3.10.0"
s.version = "3.10.1"
s.summary = "A utilities library for use with Google Maps SDK for iOS."
s.description = "
This library contains classes that are useful for a wide range of applications
Expand Down
4 changes: 2 additions & 2 deletions GoogleMapsUtils.xcodeproj/project.pbxproj
Expand Up @@ -1739,7 +1739,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 3.10.0;
MARKETING_VERSION = 3.10.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down Expand Up @@ -1789,7 +1789,7 @@
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MARKETING_VERSION = 3.10.0;
MARKETING_VERSION = 3.10.1;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Expand Up @@ -24,8 +24,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "GoogleMapsUtils",
url: "https://github.com/googlemaps/google-maps-ios-utils/releases/download/v3.10.0/GoogleMapsUtils.xcframework.zip",
checksum: "5d9218c7e3c67836218c2159d13a4d4e7ed1eae98be4a4c609dd89edb5c2c657"
url: "https://github.com/googlemaps/google-maps-ios-utils/releases/download/v3.10.1/GoogleMapsUtils.xcframework.zip",
checksum: "81078e02b9f369ac23117138d7acf3741769071908594d174cee5a189bee2d68"
)
]
)
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -36,7 +36,7 @@ In your `Podfile`:
use_frameworks!

target 'TARGET_NAME' do
pod 'Google-Maps-iOS-Utils', '~> 3.10.0'
pod 'Google-Maps-iOS-Utils', '~> 3.10.1'
end
```

Expand All @@ -51,7 +51,7 @@ $ pod install
In your `Cartfile`:

```
github "googlemaps/google-maps-ios-utils" ~> 3.10.0
github "googlemaps/google-maps-ios-utils" ~> 3.10.1
```

See the [Carthage doc] for further installation instructions.
Expand All @@ -66,7 +66,7 @@ Add the following to your `dependencies` value of your `Package.swift` file.
dependencies: [
.package(
url: "https://github.com/googlemaps/google-maps-ios-utils.git",
.upToNextMinor(from: "3.10.0")
.upToNextMinor(from: "3.10.1")
)
]
```
Expand Down

0 comments on commit 9831830

Please sign in to comment.