Latest | 0.1.3 |
---|---|
Homepage | https://github.com/ismailmustafa/IJMRandomName |
License | MIT |
Platforms | ios 7.0, requires ARC |
Authors |
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.
Latest podspec
{ "name": "IJMRandomName", "version": "0.1.3", "summary": "Random name generator.", "description": " A simple library that generates random names.n", "homepage": "https://github.com/ismailmustafa/IJMRandomName", "license": "MIT", "authors": { "ismailmustafa": "[email protected]" }, "source": { "git": "https://github.com/ismailmustafa/IJMRandomName.git", "tag": "0.1.3" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "source_files": "Pod/Classes/*.{h,m}", "resources": "Pod/Classes/*.{txt}", "resource_bundles": { "IJMRandomName": [ "Pod/Assets/*.png" ] } }
Sun, 06 Mar 2016 21:10:05 +0000