Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 719 Bytes

README.md

File metadata and controls

38 lines (24 loc) · 719 Bytes

Hexicon

Hexicon for painless localizations.

Usage

Installation

Create a Package.swift file.

// swift-tools-version:5.2

import PackageDescription

let package = Package(
  name: "TestProject",
  dependencies: [
    .package(url: "https://github.com/DuetHealth/Hexicon.git", from: "1.0.0")
  ],
  targets: [
    .target(name: "TestProject", dependencies: ["Hexicon"])
  ]
)

Coming Soon: Carthage and Cocoapods

Install the tool

swift build -c release && mv .build/release/hexiconj /usr/local/bin

License

Hexicon is MIT-licensed. The MIT license is included in the root of the repository.