File tree Expand file tree Collapse file tree
GoogleMapsUtils.xcodeproj Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33Pod ::Spec . new do |s |
44
55 s . name = "Google-Maps-iOS-Utils"
6- s . version = "4.2.1 "
6+ s . version = "4.2.2 "
77 s . summary = "A utilities library for use with Google Maps SDK for iOS."
88 s . description = "
99 This library contains classes that are useful for a wide range of applications
Original file line number Diff line number Diff line change 17591759 "@loader_path/Frameworks",
17601760 );
17611761 MACH_O_TYPE = staticlib;
1762- MARKETING_VERSION = 4.2.1 ;
1762+ MARKETING_VERSION = 4.2.2 ;
17631763 OTHER_LDFLAGS = "-ObjC";
17641764 PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
17651765 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
18131813 "@loader_path/Frameworks",
18141814 );
18151815 MACH_O_TYPE = staticlib;
1816- MARKETING_VERSION = 4.2.1 ;
1816+ MARKETING_VERSION = 4.2.2 ;
18171817 OTHER_LDFLAGS = "-ObjC";
18181818 PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
18191819 PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Original file line number Diff line number Diff line change @@ -24,8 +24,8 @@ let package = Package(
2424 targets: [
2525 . binaryTarget(
2626 name: " GoogleMapsUtils " ,
27- url: " https://github.com/googlemaps/google-maps-ios-utils/releases/download/v4.2.1 /GoogleMapsUtils.xcframework.zip " ,
28- checksum: " aad21691ff9c163eebec5732c6c830446f08e22378f08265a1090e276c575eb4 "
27+ url: " https://github.com/googlemaps/google-maps-ios-utils/releases/download/v4.2.2 /GoogleMapsUtils.xcframework.zip " ,
28+ checksum: " e4c5c3a669ad65130d52c22bd993724707d054ba065d6f60b396715e465504a2 "
2929 )
3030 ]
3131)
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ platform :ios, '13.0'
55target 'YOUR_APPLICATION_TARGET_NAME_HERE' do
66 use_frameworks!
77 pod 'GoogleMaps', '7.4.0'
8- pod 'Google-Maps-iOS-Utils', '4.1.0 '
8+ pod 'Google-Maps-iOS-Utils', '4.2.2 '
99end
1010# [END maps_ios_utils_podfile_template]
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ range of applications using the [Google Maps SDK for iOS][sdk].
1919- ** Quadtree data structure** - indexes 2D geometry points and performs
20202D range queries
2121
22- <p align =" center " ><img width =“80%" vspace =“10" src =" https://cloud.githubusercontent.com/assets/4.2.1feeb4 .2.1c -4.2.1ec4 .2.1a7fb3ae .png " ></p >
22+ <p align =" center " ><img width =“80%" vspace =“10" src =" https://cloud.githubusercontent.com/assets/4.2.2feeb4 .2.2c -4.2.2ec4 .2.2a7fb3ae .png " ></p >
2323
2424## Requirements
2525
@@ -40,7 +40,7 @@ In your `Podfile`:
4040use_frameworks!
4141
4242target ' TARGET_NAME' do
43- pod ' Google-Maps-iOS-Utils' , ' 4.2.1 '
43+ pod ' Google-Maps-iOS-Utils' , ' 4.2.2 '
4444end
4545```
4646
@@ -60,7 +60,7 @@ Add the following to your `dependencies` value of your `Package.swift` file.
6060dependencies: [
6161 .package(
6262 url: "https://github.com/googlemaps/google-maps-ios-utils.git",
63- .upToNextMinor(from: "4.2.1 ")
63+ .upToNextMinor(from: "4.2.2 ")
6464 )
6565]
6666```
You can’t perform that action at this time.
0 commit comments