Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PODS:
- GoogleMaps (7.3.0):
- GoogleMaps/Maps (= 7.3.0)
- GoogleMaps/Base (7.3.0)
- GoogleMaps/Maps (7.3.0):
- GoogleMaps (8.4.0):
- GoogleMaps/Maps (= 8.4.0)
- GoogleMaps/Base (8.4.0)
- GoogleMaps/Maps (8.4.0):
- GoogleMaps/Base
- RxCocoa (6.5.0):
- RxRelay (= 6.5.0)
- RxSwift (= 6.5.0)
- RxGoogleMaps (7.3.0):
- GoogleMaps (~> 7.3.0)
- RxGoogleMaps (8.4.0):
- GoogleMaps (~> 8.4.0)
- RxCocoa (~> 6)
- RxSwift (~> 6)
- RxRelay (6.5.0):
Expand All @@ -30,12 +30,12 @@ EXTERNAL SOURCES:
:path: "./"

SPEC CHECKSUMS:
GoogleMaps: a146f275ee429d14822178c7a841c03366ec92a1
GoogleMaps: 8939898920281c649150e0af74aa291c60f2e77d
RxCocoa: 94f817b71c07517321eb4f9ad299112ca8af743b
RxGoogleMaps: 62355f79874c54bb5c3af1a31c4f1d5502962fdb
RxGoogleMaps: 4f01dc1f338ac963f99bb83552dfb656a4ffb56e
RxRelay: 1de1523e604c72b6c68feadedd1af3b1b4d0ecbd
RxSwift: 5710a9e6b17f3c3d6e40d6e559b9fa1e813b2ef8

PODFILE CHECKSUM: b8fbb96e50fe23f05387790effa2fcc475d7bf39

COCOAPODS: 1.12.1
COCOAPODS: 1.16.2
4 changes: 2 additions & 2 deletions RxGoogleMaps.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "RxGoogleMaps"
s.version = "7.3.0"
s.version = "8.4.0"
s.summary = "RxSwift reactive wrapper for GoogleMaps SDK."
s.homepage = "https://github.com/RxSwiftCommunity/RxGoogleMaps"
s.license = 'MIT'
Expand All @@ -14,5 +14,5 @@ Pod::Spec.new do |s|
s.static_framework = true
s.dependency 'RxSwift', '~> 6'
s.dependency 'RxCocoa', '~> 6'
s.dependency 'GoogleMaps', '~> 7.3.0'
s.dependency 'GoogleMaps', '~> 8.4.0'
end
5 changes: 2 additions & 3 deletions RxGoogleMaps.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,11 @@
);
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-Example/Pods-Example-resources.sh",
"${PODS_ROOT}/GoogleMaps/Maps/Frameworks/GoogleMaps.xcframework/ios-arm64/GoogleMaps.framework/Resources/GoogleMaps.bundle",
"${PODS_ROOT}/GoogleMaps/Maps/Frameworks/GoogleMaps.xcframework/ios-arm64_x86_64-simulator/GoogleMaps.framework/Resources/GoogleMaps.bundle",
"${PODS_CONFIGURATION_BUILD_DIR}/GoogleMaps/GoogleMapsResources.bundle",
);
name = "[CP] Copy Pods Resources";
outputPaths = (
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMaps.bundle",
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/GoogleMapsResources.bundle",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
Expand Down