CocoaPods trunk is moving to be read-only. Read more on the blog, there are 11 months to go.

SimpleQuotes 0.5.1

SimpleQuotes 0.5.1

Maintained by Thien PV.



  • By
  • Thien

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 MIT license. See the LICENSE file for more info.