Skip to content

jfreyre/JFEMnemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JFEMnemo

CI Status Version License Platform

JFEMnemo is an iOS version of the ruby gem rufus-mnemo. It turns integers into japanese sounding words and vice versa (ruby).

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Installation

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

pod "JFEMnemo"

How to use ?

Simply import file

#import 'JFEMnemo.h'

Then call

// 76955 will return haruka
NSString * mnemo = [[JFEMnemo sharedManager] fromInteger:76955];

long result = [[JFEMnemo sharedManager] toInteger:mnemo];

Requirements

iOS 6.0 and later.

Author

Jerome Freyre, jerome.freyre@gmail.com

License

JFEMnemo is available under the MIT license. See the LICENSE file for more info.

About

JFEMnemo is an iOS version of the ruby gem rufus-mnemo.

Resources

License

Stars

Watchers

Forks

Packages

No packages published