File tree 4 files changed +8
-8
lines changed
GoogleMapsUtils.xcodeproj
4 files changed +8
-8
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.2 "
6
+ s . version = "3.10.3 "
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.2 ;
1742
+ MARKETING_VERSION = 3.10.3 ;
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.2 ;
1792
+ MARKETING_VERSION = 3.10.3 ;
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 @@ -24,8 +24,8 @@ let package = Package(
24
24
targets: [
25
25
. binaryTarget(
26
26
name: " GoogleMapsUtils " ,
27
- url: " https://github.com/googlemaps/google-maps-ios-utils/releases/download/v3.10.1 /GoogleMapsUtils.xcframework.zip " ,
28
- checksum: " de952883d8066ac9e934e3e1c828be2fdb5643a142a26b521186898ca32c582c "
27
+ url: " https://github.com/googlemaps/google-maps-ios-utils/releases/download/v3.10.3 /GoogleMapsUtils.xcframework.zip " ,
28
+ checksum: " 0b66a1afd471a1af639adcb364eb3f2928d085f77bc03e02ee5f448425d877b7 "
29
29
)
30
30
]
31
31
)
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ In your `Podfile`:
36
36
use_frameworks!
37
37
38
38
target ' TARGET_NAME' do
39
- pod ' Google-Maps-iOS-Utils' , ' ~> 3.10.1 '
39
+ pod ' Google-Maps-iOS-Utils' , ' ~> 3.10.3 '
40
40
end
41
41
```
42
42
@@ -51,7 +51,7 @@ $ pod install
51
51
In your ` Cartfile ` :
52
52
53
53
```
54
- github "googlemaps/google-maps-ios-utils" ~> 3.10.1
54
+ github "googlemaps/google-maps-ios-utils" ~> 3.10.3
55
55
```
56
56
57
57
See the [ Carthage doc] for further installation instructions.
@@ -66,7 +66,7 @@ Add the following to your `dependencies` value of your `Package.swift` file.
66
66
dependencies: [
67
67
.package(
68
68
url: "https://github.com/googlemaps/google-maps-ios-utils.git",
69
- .upToNextMinor(from: "3.10.1 ")
69
+ .upToNextMinor(from: "3.10.3 ")
70
70
)
71
71
]
72
72
```
You can’t perform that action at this time.
0 commit comments