CocoaPods trunk is moving to be read-only. Read more on the blog, there are 18 months to go.

HangulCube 0.1

HangulCube 0.1

Maintained by Kawoou.



HangulCube

Swift Carthage compatible Version License CI Status Codecov Platform Jazzy

Background

...

Features

  • 초성 트리 구성
  • 초성 검색
  • 접두사(Prefix) 초성 검색
  • 접미사(Suffix) 초성 검색
  • 형태소 분석 탐색

Usage

...

Installation

CocoaPods:

pod 'HangulCube', '~> 0.1'

Carthage:

github "hangulcube/hangulcube-swift"

Swift Package Manager:

import PackageDescription

let package = Package(
  name: "MyAwesomeApp",
  dependencies: [
    .Package(url: "https://github.com/hangulcube/hangulcube-swift", majorVersion: 0.1),
  ]
)

Manually

당신의 프로젝트에 Sources/HangulCube 폴더를 드래그 앤 드롭하여 추가하십시오.

Changelog

  • 0.1 - 2019/04/04
    • First release AnyDate!

License

HangulCube는 Apache 2.0 라이센스를 채틱합니다. LINCESE 파일을 참고하세요.