You can use CocoaPods or Swift Package Manager.
Reminder: Please see the CONTRIBUTING.md file for how to contribute to this project.
open Package.swift
or double clickPackage.swift
in Finder.- Xcode will open the project
- The GoogleAPIClientForREST-Package scheme seems generally the simplest to build everything and run tests.
- Choose a target platform by selecting the run destination along with the scheme
Install
- CocoaPods 1.10.0 (or later)
- CocoaPods generate - This is not part of the core cocoapods install.
Generate an Xcode project from the podspec:
pod gen GoogleAPIClientForREST.podspec --local-sources=./ --auto-open --platforms=ios
Note: Set the --platforms
option to macos
, tvos
, or watchos
to
develop/test for those platforms.