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.
- Swift 2.3
- Xcode 8
- iOS 8.0+ / OS X 10.10+
The easiest way to integrate this framework in your project is to use Carthage.
- Add
github "lukaskubanek/LoremSwiftum"
to yourCartfile
. - Run
carthage bootstrap
. - Drag either the
LoremSwiftum.xcodeproj
or theLoremSwiftum.framework
into your project/workspace and link your target against theLoremSwiftum.framework
. - Make sure the framework gets copied to your application bundle.
Another option for integrating this framework is to use Git submodules.
For the overview of the API provided by this library see the playground file Examples.playground.
Lukas Kubanek // lukaskubanek.com // @kubanekl
LoremSwiftum
is released under the MIT License.