Skip to content

SimpleQuotes is a Swift library for generating random quotes in English and Vietnamese.

License

Notifications You must be signed in to change notification settings

ThienMD/SimpleQuotes

Repository files navigation

SimpleQuotes

SimpleQuotes

SimpleQuotes is a Swift library for generating random quotes in English and Vietnamese.

Installation

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

pod 'SimpleQuotes'
pod install

Usage After installing the pod, you can import it in your Swift files:

import SimpleQuotes

let simpleQuotes = SimpleQuotes()
let randomEnglishQuote = simpleQuotes.generateEnglishQuotes()
let randomVietnamQuote = simpleQuotes.generateVietnamQuotes()

License SimpleQuotes is available under the APACHE license. See the LICENSE file for more info.

About

SimpleQuotes is a Swift library for generating random quotes in English and Vietnamese.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published