v-nanov / Convert

A lightweight library for converting between units.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert

Carthage Compatible Swift 3.1 Platforms License MIT

A lightweight library for converting between units.

Usage

let inch = 1.inch

let converted = inch.to(.millimeter) // 25.4

Installation

To install it, simply add the following line to your Cartfile:

github "danielbyon/Convert"

Then run carthage update.

Follow the current instructions in Carthage's README for up to date installation instructions.

Manually

Download all the source files and drop them into your project.

Requirements

  • iOS 8.0+
  • macOS 10.10+
  • tvOS 9.0+
  • watchOS 2.0+
  • Xcode 8 (Swift 3.1)

License

This project is licensed under the MIT License.

About

A lightweight library for converting between units.

License:MIT License


Languages

Language:Swift 100.0%