Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google signin #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
platform :ios, '8.0'
use_frameworks!

target :'SocialLogin' do
pod 'SDWebImage', '~>3.8'
pod 'Google/SignIn'
end
47 changes: 46 additions & 1 deletion Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,57 @@
PODS:
- FirebaseAnalytics (3.4.4):
- FirebaseCore (~> 3.4)
- FirebaseInstanceID (~> 1.0)
- GoogleInterchangeUtilities (~> 1.2)
- GoogleSymbolUtilities (~> 1.1)
- FirebaseCore (3.4.3):
- GoogleInterchangeUtilities (~> 1.2)
- GoogleUtilities (~> 1.2)
- FirebaseInstanceID (1.0.8)
- Google/Core (3.0.3):
- FirebaseAnalytics (~> 3.2)
- Google/SignIn (3.0.3):
- Google/Core
- GoogleSignIn (~> 4.0)
- GoogleAppUtilities (1.1.2):
- GoogleSymbolUtilities (~> 1.1)
- GoogleAuthUtilities (2.0.2):
- GoogleNetworkingUtilities (~> 1.2)
- GoogleSymbolUtilities (~> 1.1)
- GoogleInterchangeUtilities (1.2.2):
- GoogleSymbolUtilities (~> 1.1)
- GoogleNetworkingUtilities (1.2.2):
- GoogleSymbolUtilities (~> 1.1)
- GoogleSignIn (4.0.0):
- GoogleAppUtilities (~> 1.1)
- GoogleAuthUtilities (~> 2.0)
- GoogleNetworkingUtilities (~> 1.2)
- GoogleUtilities (~> 1.3)
- GoogleSymbolUtilities (1.1.2)
- GoogleUtilities (1.3.2):
- GoogleSymbolUtilities (~> 1.1)
- SDWebImage (3.8.1):
- SDWebImage/Core (= 3.8.1)
- SDWebImage/Core (3.8.1)

DEPENDENCIES:
- Google/SignIn
- SDWebImage (~> 3.8)

SPEC CHECKSUMS:
FirebaseAnalytics: 0533a00b681e08fd0b2cd0444b7ddf0ef9fd7a1a
FirebaseCore: 5a885548bbc5f0c410b04f8e9ac9d73ff1221907
FirebaseInstanceID: ba1e640935235e5fac39dfa816fe7660e72e1a8a
Google: 813c467362eabc11385f5a5cc9ad0cb651a58f4e
GoogleAppUtilities: a8a552aa74f6597f805e45b5a3962766c3134973
GoogleAuthUtilities: ccad2e0a9284699973ff57c0dd24c3893657fda4
GoogleInterchangeUtilities: d5bc4d88d5b661ab72f9d70c58d02ca8c27ad1f7
GoogleNetworkingUtilities: 3edd3a8161347494f2da60ea0deddc8a472d94cb
GoogleSignIn: 09036ed61f8e75f1424100d63f7719480b2428c3
GoogleSymbolUtilities: 631ee17048aa5e9ab133470d768ea997a5ef9b96
GoogleUtilities: 8bbc733218aad26306f9d4a253823986110e3358
SDWebImage: 35f9627a3e44b4f292a8a8ce6a531fa488239b91

COCOAPODS: 0.38.0
PODFILE CHECKSUM: 3b1a632b5a04bd8cb3f92405e1662beab7c4fe83

COCOAPODS: 1.1.1
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading