Skip to content
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions shlack/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ pod 'Firebase/Analytics'
pod 'Firebase/Core'
pod 'Firebase/Database'
pod 'SwiftyJSON'
pod 'Firebase/Auth'
pod 'GoogleSignIn'
# https://firebase.google.com/docs/ios/setup#available-pods
end
34 changes: 33 additions & 1 deletion shlack/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
PODS:
- Firebase/Analytics (6.5.0):
- Firebase/Core
- Firebase/Auth (6.5.0):
- Firebase/CoreOnly
- FirebaseAuth (~> 6.2.1)
- Firebase/Core (6.5.0):
- Firebase/CoreOnly
- FirebaseAnalytics (= 6.0.4)
Expand All @@ -18,6 +21,12 @@ PODS:
- GoogleUtilities/Network (~> 6.0)
- "GoogleUtilities/NSData+zlib (~> 6.0)"
- nanopb (~> 0.3)
- FirebaseAuth (6.2.1):
- FirebaseAuthInterop (~> 1.0)
- FirebaseCore (~> 6.0)
- GoogleUtilities/AppDelegateSwizzler (~> 6.2)
- GoogleUtilities/Environment (~> 6.2)
- GTMSessionFetcher/Core (~> 1.1)
- FirebaseAuthInterop (1.0.0)
- FirebaseCore (6.1.0):
- GoogleUtilities/Environment (~> 6.0)
Expand All @@ -36,6 +45,18 @@ PODS:
- GoogleUtilities/Network (~> 6.0)
- "GoogleUtilities/NSData+zlib (~> 6.0)"
- nanopb (~> 0.3)
- GoogleSignIn (4.4.0):
- "GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1)"
- "GoogleToolboxForMac/NSString+URLArguments (~> 2.1)"
- GTMSessionFetcher/Core (~> 1.1)
- GoogleToolboxForMac/DebugUtils (2.2.1):
- GoogleToolboxForMac/Defines (= 2.2.1)
- GoogleToolboxForMac/Defines (2.2.1)
- "GoogleToolboxForMac/NSDictionary+URLArguments (2.2.1)":
- GoogleToolboxForMac/DebugUtils (= 2.2.1)
- GoogleToolboxForMac/Defines (= 2.2.1)
- "GoogleToolboxForMac/NSString+URLArguments (= 2.2.1)"
- "GoogleToolboxForMac/NSString+URLArguments (2.2.1)"
- GoogleUtilities/AppDelegateSwizzler (6.2.3):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
Expand All @@ -54,6 +75,7 @@ PODS:
- GoogleUtilities/Logger
- GoogleUtilities/UserDefaults (6.2.3):
- GoogleUtilities/Logger
- GTMSessionFetcher/Core (1.2.2)
- leveldb-library (1.20)
- nanopb (0.3.901):
- nanopb/decode (= 0.3.901)
Expand All @@ -70,8 +92,10 @@ PODS:

DEPENDENCIES:
- Firebase/Analytics
- Firebase/Auth
- Firebase/Core
- Firebase/Database
- GoogleSignIn
- RealmSwift
- SwiftyJSON
- YMTGetDeviceName
Expand All @@ -80,12 +104,16 @@ SPEC REPOS:
https://github.com/cocoapods/specs.git:
- Firebase
- FirebaseAnalytics
- FirebaseAuth
- FirebaseAuthInterop
- FirebaseCore
- FirebaseDatabase
- FirebaseInstanceID
- GoogleAppMeasurement
- GoogleSignIn
- GoogleToolboxForMac
- GoogleUtilities
- GTMSessionFetcher
- leveldb-library
- nanopb
- Realm
Expand All @@ -96,19 +124,23 @@ SPEC REPOS:
SPEC CHECKSUMS:
Firebase: dedc9e48ea3f3649ad5f6b982f8a0c73508a14b5
FirebaseAnalytics: 3fb375bc9d13779add4039716f868d233a473fad
FirebaseAuth: a06ad63e9bf4c86165b54cceb1c14d4f4c38d419
FirebaseAuthInterop: 0ffa57668be100582bb7643d4fcb7615496c41fc
FirebaseCore: aecf02fb2274ec361b9bebeac112f5daa18273bd
FirebaseDatabase: f48e067716864be2b855cf716b927ef375d6cfa0
FirebaseInstanceID: 662b8108a09fe9ed01aafdedba100fde8536b0f6
GoogleAppMeasurement: 183bd916af7f80deb67c01888368f1108d641832
GoogleSignIn: 7ff245e1a7b26d379099d3243a562f5747e23d39
GoogleToolboxForMac: b3553629623a3b1bff17f555e736cd5a6d95ad55
GoogleUtilities: d2b0e277a95962e09bb27f5cd42f5f0b6a506c7d
GTMSessionFetcher: 61bb0f61a4cb560030f1222021178008a5727a23
leveldb-library: 08cba283675b7ed2d99629a4bc5fd052cd2bb6a5
nanopb: 2901f78ea1b7b4015c860c2fdd1ea2fee1a18d48
Realm: 5a1d9d47bfc101dd597668b1a8af4288a2557f6d
RealmSwift: b7fdc2d18616621c31df5c7a398a45a2163f8eb0
SwiftyJSON: 36413e04c44ee145039d332b4f4e2d3e8d6c4db7
YMTGetDeviceName: fc316b382842751b81bd44eefaaec248f53a2d35

PODFILE CHECKSUM: 851f9b218067398db64a556c4ce9360439e946c6
PODFILE CHECKSUM: 2fc2392d396e8d7e93c4cecd9ea4bc9068775189

COCOAPODS: 1.7.5
217 changes: 217 additions & 0 deletions shlack/Pods/FirebaseAuth/Firebase/Auth/CHANGELOG.md

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

17 changes: 17 additions & 0 deletions shlack/Pods/FirebaseAuth/Firebase/Auth/README.md

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