Skip to content

A lightweight library for converting between units.

License

Notifications You must be signed in to change notification settings

danielbyon/Convert

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages