Skip to content

Commit

Permalink
Change In Credentials.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sajid gangat authored and Sajid gangat committed Feb 17, 2017
1 parent 6e20df0 commit 37e44ed
Show file tree
Hide file tree
Showing 129 changed files with 20,090 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'ToDoList_300921136' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for ToDoList_300921136

pod 'Firebase'
pod 'FirebaseAuth'
pod ‘Firebase/Core’
pod 'Firebase/Database'

end
61 changes: 61 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
PODS:
- Firebase (3.10.0):
- Firebase/Core (= 3.10.0)
- Firebase/Core (3.10.0):
- FirebaseAnalytics (= 3.6.0)
- FirebaseCore (= 3.4.5)
- Firebase/Database (3.10.0):
- Firebase/Core
- FirebaseDatabase (= 3.1.1)
- FirebaseAnalytics (3.6.0):
- FirebaseCore (~> 3.4)
- FirebaseInstanceID (~> 1.0)
- GoogleInterchangeUtilities (~> 1.2)
- GoogleSymbolUtilities (~> 1.1)
- GoogleToolboxForMac/NSData+zlib (~> 2.1)
- FirebaseAuth (3.0.6):
- FirebaseAnalytics (~> 3.4)
- GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1)
- GTMSessionFetcher/Core (~> 1.1)
- FirebaseCore (3.4.5):
- GoogleInterchangeUtilities (~> 1.2)
- GoogleToolboxForMac/NSData+zlib (~> 2.1)
- FirebaseDatabase (3.1.1):
- FirebaseAnalytics (~> 3.5)
- FirebaseInstanceID (1.0.8)
- GoogleInterchangeUtilities (1.2.2):
- GoogleSymbolUtilities (~> 1.1)
- GoogleSymbolUtilities (1.1.2)
- GoogleToolboxForMac/DebugUtils (2.1.0):
- GoogleToolboxForMac/Defines (= 2.1.0)
- GoogleToolboxForMac/Defines (2.1.0)
- GoogleToolboxForMac/NSData+zlib (2.1.0):
- GoogleToolboxForMac/Defines (= 2.1.0)
- GoogleToolboxForMac/NSDictionary+URLArguments (2.1.0):
- GoogleToolboxForMac/DebugUtils (= 2.1.0)
- GoogleToolboxForMac/Defines (= 2.1.0)
- GoogleToolboxForMac/NSString+URLArguments (= 2.1.0)
- GoogleToolboxForMac/NSString+URLArguments (2.1.0)
- GTMSessionFetcher/Core (1.1.7)

DEPENDENCIES:
- Firebase
- Firebase/Core
- Firebase/Database
- FirebaseAuth

SPEC CHECKSUMS:
Firebase: 387f37c7dca894a02708da9ff35ba147040eae9e
FirebaseAnalytics: 9c67af0ebeb8d2146c9b4ea2616439affa947b58
FirebaseAuth: 96e9674ff31d6e1f826d53e26aa003a57cab0295
FirebaseCore: 1e383fdfe37b6b5d6ff88e84204bdee30276af0f
FirebaseDatabase: 6de92187481ff0e8e124064f21742e95ee883b02
FirebaseInstanceID: ba1e640935235e5fac39dfa816fe7660e72e1a8a
GoogleInterchangeUtilities: d5bc4d88d5b661ab72f9d70c58d02ca8c27ad1f7
GoogleSymbolUtilities: 631ee17048aa5e9ab133470d768ea997a5ef9b96
GoogleToolboxForMac: 2b2596cbb7186865e98cadf2b1e262d851c2b168
GTMSessionFetcher: a1f8ed39e4fe21c68957daed472c7afbcdf29166

PODFILE CHECKSUM: f2b116645a0c657ea4edaffbea1f5271b09611a4

COCOAPODS: 1.1.1
5 changes: 5 additions & 0 deletions Pods/Firebase/.cocoapods.yml

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

5 changes: 5 additions & 0 deletions Pods/Firebase/CHANGELOG.md

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

52 changes: 52 additions & 0 deletions Pods/Firebase/Core/Sources/Firebase.h

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

4 changes: 4 additions & 0 deletions Pods/Firebase/Core/Sources/module.modulemap

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

211 changes: 211 additions & 0 deletions Pods/Firebase/NOTICES

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

Loading

0 comments on commit 37e44ed

Please sign in to comment.