Skip to content

ismailmustafa/IJMRandomName

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IJMRandomName

CI Status Version License Platform

Usage

This library only has one method and is used as follows:

#import "IJMRandomName.h"

IJMRandomName *randomName = [[IJMRandomName alloc] init];
NSString *name = [randomName getName];

Installation

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

pod "IJMRandomName"

Tutorial

This pod was created for a blog post detailing how to create cocoapods. That blog post can be found here.

Author

ismailmustafa, firstnameLastname at gmail dot com

License

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