GabriellaXue / 2020SummerProj

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

2020SummerProj

How to run it?

Install

  1. Get CocoaPods installed on you computer.

    CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects.

    $ sudo gem install cocoapods
    
  2. Create a Podfile

    pod init
    
  3. Add the dependencies to the Podfile

    "
    pod 'Firebase/Analytics'
    pod 'Firebase/Auth'
    pod 'Firebase/Firestore'
    pod 'Firebase/Storage'
    pod 'MessageKit'
    pod 'SDWebImage'

    "

  4. Install new pods in your project

    pod install
    
  5. (optional) Update pods to a newer version

    pod update [PODNAME]
    

Now you are ready to go!

About


Languages

Language:Swift 100.0%