diff --git a/Podfile.lock b/Podfile.lock index 773677b..10db060 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -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): @@ -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 diff --git a/RxGoogleMaps.podspec b/RxGoogleMaps.podspec index 1977ff9..201b13c 100644 --- a/RxGoogleMaps.podspec +++ b/RxGoogleMaps.podspec @@ -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' @@ -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 diff --git a/RxGoogleMaps.xcodeproj/project.pbxproj b/RxGoogleMaps.xcodeproj/project.pbxproj index 83400ce..369e627 100644 --- a/RxGoogleMaps.xcodeproj/project.pbxproj +++ b/RxGoogleMaps.xcodeproj/project.pbxproj @@ -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;