Skip to content

Commit

Permalink
changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tameem1 committed Apr 27, 2018
1 parent 023c3a7 commit 63beda7
Show file tree
Hide file tree
Showing 1,008 changed files with 56,460 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
29 changes: 29 additions & 0 deletions Podfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

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


pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'FirebaseUI/Auth'
pod 'Firebase/Database'
pod 'Firebase/Storage'
pod ‘GoogleMaps’
pod 'GooglePlaces'
pod 'GooglePlacePicker'
# Pods for Your Cuisine

target 'Your CuisineTests' do
inherit! :search_paths
# Pods for testing
end

target 'Your CuisineUITests' do
inherit! :search_paths
# Pods for testing
end

end
90 changes: 90 additions & 0 deletions Podfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
PODS:
- Firebase/Auth (4.0.4):
- Firebase/Core
- FirebaseAuth (= 4.0.0)
- Firebase/Core (4.0.4):
- FirebaseAnalytics (= 4.0.2)
- FirebaseCore (= 4.0.4)
- Firebase/Database (4.0.4):
- Firebase/Core
- FirebaseDatabase (= 4.0.0)
- Firebase/Storage (4.0.4):
- Firebase/Core
- FirebaseStorage (= 2.0.0)
- FirebaseAnalytics (4.0.2):
- FirebaseCore (~> 4.0)
- FirebaseInstanceID (~> 2.0)
- GoogleToolboxForMac/NSData+zlib (~> 2.1)
- FirebaseAuth (4.0.0):
- FirebaseAnalytics (~> 4.0)
- GoogleToolboxForMac/NSDictionary+URLArguments (~> 2.1)
- GTMSessionFetcher/Core (~> 1.1)
- FirebaseCore (4.0.4):
- GoogleToolboxForMac/NSData+zlib (~> 2.1)
- nanopb (~> 0.3)
- FirebaseDatabase (4.0.0):
- FirebaseAnalytics (~> 4.0)
- FirebaseInstanceID (2.0.0):
- FirebaseCore (~> 4.0)
- FirebaseStorage (2.0.0):
- FirebaseAnalytics (~> 4.0)
- FirebaseCore (~> 4.0)
- GTMSessionFetcher/Core (~> 1.1)
- FirebaseUI/Auth (4.1.1):
- Firebase/Auth
- GoogleMaps (2.4.0):
- GoogleMaps/Maps (= 2.4.0)
- GoogleMaps/Base (2.4.0)
- GoogleMaps/Maps (2.4.0):
- GoogleMaps/Base
- GooglePlacePicker (2.4.0):
- GoogleMaps (= 2.4.0)
- GooglePlaces (= 2.4.0)
- GooglePlaces (2.4.0):
- GoogleMaps/Base (= 2.4.0)
- GoogleToolboxForMac/DebugUtils (2.1.1):
- GoogleToolboxForMac/Defines (= 2.1.1)
- GoogleToolboxForMac/Defines (2.1.1)
- GoogleToolboxForMac/NSData+zlib (2.1.1):
- GoogleToolboxForMac/Defines (= 2.1.1)
- GoogleToolboxForMac/NSDictionary+URLArguments (2.1.1):
- GoogleToolboxForMac/DebugUtils (= 2.1.1)
- GoogleToolboxForMac/Defines (= 2.1.1)
- GoogleToolboxForMac/NSString+URLArguments (= 2.1.1)
- GoogleToolboxForMac/NSString+URLArguments (2.1.1)
- GTMSessionFetcher/Core (1.1.11)
- nanopb (0.3.8):
- nanopb/decode (= 0.3.8)
- nanopb/encode (= 0.3.8)
- nanopb/decode (0.3.8)
- nanopb/encode (0.3.8)

DEPENDENCIES:
- Firebase/Auth
- Firebase/Core
- Firebase/Database
- Firebase/Storage
- FirebaseUI/Auth
- GoogleMaps
- GooglePlacePicker
- GooglePlaces

SPEC CHECKSUMS:
Firebase: 1492bf04e1b73a7353b4fb2cf5a20bac9692f341
FirebaseAnalytics: ad41720e3e67fc63fbe3d2948d3e26932a8de311
FirebaseAuth: ebb6abcbabae00fc47446d690c19ce68d8484fde
FirebaseCore: cfc042628ef9f20debe09c0eb683135fcd404cb4
FirebaseDatabase: d829b3a8c3e2ac7a16773c5df226966b0805dfc2
FirebaseInstanceID: 9fbf536668f4d3f0880e7438456dabd1376e294b
FirebaseStorage: 8110a1ed2034c8fbfd83890d2acc9cdbbd99afec
FirebaseUI: 5ebebe2c096c71f20abd1d43d0388958373bdaa0
GoogleMaps: 8436ab5d1c25e36915b2f7416d0c8e3fa2e76c61
GooglePlacePicker: 755f10343d71280c7b016823e73fbae9625dfa8a
GooglePlaces: aafe5990fa7951e98e078761bbdaaf236d7e0c65
GoogleToolboxForMac: 8e329f1b599f2512c6b10676d45736bcc2cbbeb0
GTMSessionFetcher: 5ad62e8200fa00ed011fe5e08d27fef72c5b1429
nanopb: 5601e6bca2dbf1ed831b519092ec110f66982ca3

PODFILE CHECKSUM: 9a0ddf06532f740afeb0b0e30b03172ebcf6dc47

COCOAPODS: 1.3.1
56 changes: 56 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.

76 changes: 76 additions & 0 deletions Pods/Firebase/README.md

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

Binary file not shown.

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

Loading

0 comments on commit 63beda7

Please sign in to comment.