isaoeka / Kiriban-Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kiriban

License MIT Build Status Carthage compatible Cocoapods Cocoapods

Swift extension of kiriban for ios app.

Installation

CocoaPods

Kiriban is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Kiriban-Swift"

Carthage

github "isaoeka/Kiriban-Swift"

Usage

Extension for Int

/// 10, 200, 3000, ...etc
var isKiriban: Bool { get }
/// 11, 222, 3333, ...etc
var isZoroban: Bool { get }
/// 123, 1234, 12345, ...etc
var isRenban: Bool { get }

Author

License

This code is distributed under the terms and conditions of the MIT license.

About

License:MIT License


Languages

Language:Swift 75.1%Language:Ruby 14.5%Language:Objective-C 10.5%