lukaskubanek/LoremSwiftum

A lightweight lorem ipsum generator for Swift


Keywords
ios, lorem-ipsum, swift
License
MIT

Documentation

LoremSwiftum

LoremSwiftum is a lightweight lorem ipsum generator for iOS and OS X written in Swift. It supports generating texts in different formats (words, sentences, paragraphs) and miscellaneous data (names, URLs, dates etc.). This framework is a reimplementation of the library LoremIpsum written in Objective-C.

Requirements

  • Swift 2.0
  • Xcode 7.0 GM
  • iOS 8.0+ / OS X 10.10+

Installation

Carthage

The easiest way to integrate this framework in your project is to use Carthage.

  1. Add github "lukaskubanek/LoremSwiftum" ~> 1.0 to your Cartfile.
  2. Run carthage bootstrap.
  3. Drag either the LoremSwiftum.xcodeproj or the LoremSwiftum.framework into your project/workspace and link your target against the LoremSwiftum.framework.
  4. Make sure the framework gets copied to your application bundle.

Submodules

Another option for integrating this framework is to use Git submodules.

Usage

For the overview of the API provided by this library see the playground file Examples.playground.

Author

Lukas Kubanek // lukaskubanek.com // @kubanekl

License

LoremSwiftum is released under the MIT License.