bpollman / GoogleMaps-SP

Swift Package for Google Maps iOS SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Maps Swift Package

Requirements

Build Requirements

Installation

  • Add the following dependency to your project's Package.swift, make sure to replace "x.x.x" with the appropriate version number.
dependencies: [
    .package(url: "https://github.com/YAtechnologies/GoogleMaps-SP.git", .upToNextMinor(from: "x.x.x"))
]

Building

On the project root directory run the following command:

make_xcframework.sh

This will create a directory named Build that contains zipped XCFrameworks.

The checksum file found inside the Build directory contains the SHA-256 checksum of the generated XCFramework zip files.

License

The Google Maps iOS SDK and Google Places iOS SDK libraries are the property of Google and are subject to Google's Terms of Service. See LICENSE.google for details.

About

Swift Package for Google Maps iOS SDK

License:Other


Languages

Language:Shell 50.2%Language:Swift 49.8%