File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
GoogleMapsUtils.xcodeproj Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
Pod ::Spec . new do |s |
4
4
5
5
s . name = "Google-Maps-iOS-Utils"
6
- s . version = "3.10.1 "
6
+ s . version = "3.10.2 "
7
7
s . summary = "A utilities library for use with Google Maps SDK for iOS."
8
8
s . description = "
9
9
This library contains classes that are useful for a wide range of applications
Original file line number Diff line number Diff line change 1739
1739
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
1740
1740
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1741
1741
MACH_O_TYPE = staticlib;
1742
- MARKETING_VERSION = 3.10.1 ;
1742
+ MARKETING_VERSION = 3.10.2 ;
1743
1743
OTHER_LDFLAGS = "-ObjC";
1744
1744
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
1745
1745
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
1789
1789
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
1790
1790
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1791
1791
MACH_O_TYPE = staticlib;
1792
- MARKETING_VERSION = 3.10.1 ;
1792
+ MARKETING_VERSION = 3.10.2 ;
1793
1793
OTHER_LDFLAGS = "-ObjC";
1794
1794
PRODUCT_BUNDLE_IDENTIFIER = com.google.gmsutils;
1795
1795
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ let package = Package(
25
25
. binaryTarget(
26
26
name: " GoogleMapsUtils " ,
27
27
url: " https://github.com/googlemaps/google-maps-ios-utils/releases/download/v3.10.1/GoogleMapsUtils.xcframework.zip " ,
28
- checksum: " 81078e02b9f369ac23117138d7acf3741769071908594d174cee5a189bee2d68 "
28
+ checksum: " de952883d8066ac9e934e3e1c828be2fdb5643a142a26b521186898ca32c582c "
29
29
)
30
30
]
31
31
)
You can’t perform that action at this time.
0 commit comments