Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.4 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.4 KB

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.