JARMourato / Storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storage

Build Status codebeat badge codeclimate badge

Platforms

Installation

If you're working directly in a Package, add Storage to your Package.swift file

dependencies: [
    .package(url: "https://github.com/JARMourato/Storage.git", .upToNextMajor(from: "1.0.0")),
]

If working in an Xcode project select File->Add Packages... and search for the package name: Storage or the git url:

https://github.com/JARMourato/Storage.git

Usage

WIP Documentation

Contributions

If you feel like something is missing or you want to add any new functionality, please open an issue requesting it and/or submit a pull request with passing tests 🙌

License

This project is open source and covered by a standard 2-clause BSD license. That means you can use (publicly, commercially and privately), modify and distribute this project's content, as long as you mention João Mourato as the original author of this code and reproduce the LICENSE text inside your app, repository, project or research paper.

Contact

João (@_JARMourato)

About

License:BSD 2-Clause "Simplified" License


Languages

Language:Swift 99.7%Language:Makefile 0.2%Language:Ruby 0.1%