Skip to content

Commit

Permalink
Update Package.swift for Google Maps iOS SDK v 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
karimhm committed May 17, 2021
1 parent ea3c8b3 commit d5916fd
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -41,28 +41,28 @@ let package = Package(
targets: [
.binaryTarget(
name: "GoogleMaps",
url: "https://github.com/YAtechnologies/GoogleMaps-SP/releases/download/4.2.0/GoogleMaps.xcframework.zip",
checksum: "9ee4a94befb57bbdd2d8c5306d2990b93228305b761f983a7fd35906738d08d3"
url: "https://github.com/YAtechnologies/GoogleMaps-SP/releases/download/5.0.0/GoogleMaps.xcframework.zip",
checksum: "a91877f99f5f588731c5b1662d3fff1471d5139e3c048763d901f4e2a4e84d5d"
),
.binaryTarget(
name: "GoogleMapsBase",
url: "https://github.com/YAtechnologies/GoogleMaps-SP/releases/download/4.2.0/GoogleMapsBase.xcframework.zip",
checksum: "d1dd20b5a524ff552b1cfc56f72666e5d93f86c36e3869ed3d7cb37a6e02a1e8"
url: "https://github.com/YAtechnologies/GoogleMaps-SP/releases/download/5.0.0/GoogleMapsBase.xcframework.zip",
checksum: "bfffbfc750caae8cff22ed489720eff9d1efa58ebe883c058f6a6ce52d970205"
),
.binaryTarget(
name: "GoogleMapsCore",
url: "https://github.com/YAtechnologies/GoogleMaps-SP/releases/download/4.2.0/GoogleMapsCore.xcframework.zip",
checksum: "e63f08b4542c0d010a60f603a49a800c8036ebe48ed0f8242e6840f5852c0a5b"
url: "https://github.com/YAtechnologies/GoogleMaps-SP/releases/download/5.0.0/GoogleMapsCore.xcframework.zip",
checksum: "192894bdaf54965bad8541784d4fff261779d1ad268d9df6ad28c3ad06fe7047"
),
.binaryTarget(
name: "GoogleMapsM4B",
url: "https://github.com/YAtechnologies/GoogleMaps-SP/releases/download/4.2.0/GoogleMapsM4B.xcframework.zip",
checksum: "e69567b8aadaf028a627a1b110634d2ac7a96087acc2460fabe2debb84b558b4"
url: "https://github.com/YAtechnologies/GoogleMaps-SP/releases/download/5.0.0/GoogleMapsM4B.xcframework.zip",
checksum: "d63ff2a74acbc71a37f7a615de11ab47b6fe9c462b2e68feff764a7153e1a99c"
),
.binaryTarget(
name: "GooglePlaces",
url: "https://github.com/YAtechnologies/GoogleMaps-SP/releases/download/4.2.0/GooglePlaces.xcframework.zip",
checksum: "3bf89a29b9080bdf25951e9b28572acd84d9dde7c540aac845ae8537f22dc34c"
url: "https://github.com/YAtechnologies/GoogleMaps-SP/releases/download/5.0.0/GooglePlaces.xcframework.zip",
checksum: "703694603a35710277f98425d7f7b24ba409524dfd7275fcce442478980a8bee"
)
]
)

0 comments on commit d5916fd

Please sign in to comment.