jlippold / GoogleSignIn-iOS

Google Sign-In framework for Carthage (iOS)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Sign-In for Carthage

Carthage compatible

This is a dynamic version of the Google Sign-In framework for iOS that is compatible with Carthage.

Installation

  • Add this line to your Cartfile:
github "https://github.com/fabio914/GoogleSignIn-iOS" ~> 4.2
  • Update your dependencies:
$ carthage update GoogleSignIn-iOS --platform ios
  • Add GoogleSignIn.framework (at Carthage/Build/iOS) to your project.
  • Add GoogleSignIn.framework/GoogleSignIn.bundle to your Xcode project's Copy Bundle Resources build phase.
  • In the Project > Target > Info > URL Types panel, create a new item and paste your REVERSED_CLIENT_ID into the URL Schemes field. You can find your REVERSED_CLIENT_ID in the GoogleService-Info.plist file.
  • Follow these instructions as if you manually installed the SDK.

Version

  • XCode 8.3
  • iOS 9.3

Reference

Converting Static Libraries to Dynamic Libraries

About

Google Sign-In framework for Carthage (iOS)


Languages

Language:Objective-C 100.0%