JFEMnemo 0.1.2

JFEMnemo 0.1.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2015

Maintained by Jerome Freyre.



JFEMnemo 0.1.2

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, [email protected]

License

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