Skip to content

dankinsoid/swift-firebase-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SwiftFirebaseTools

CI Status Version License Platform

Description

This repository provides

Example

Usage

Installation

  1. Swift Package Manager

Create a Package.swift file.

// swift-tools-version:5.7
import PackageDescription

let package = Package(
  name: "SomeProject",
  dependencies: [
    .package(url: "https://github.com/dankinsoid/SwiftFirebaseTools.git", from: "0.0.4")
  ],
  targets: [
    .target(name: "SomeProject", dependencies: ["SwiftFirebaseTools"])
  ]
)
$ swift build
  1. CocoaPods

Add the following line to your Podfile:

pod 'SwiftFirebaseTools'

and run pod update from the podfile directory first.

Author

dankinsoid, voidilov@gmail.com

License

SwiftFirebaseTools is available under the MIT license. See the LICENSE file for more info.

About

Firebase analytics, logs, metrics and traces backends

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages