SimpleQuotes
SimpleQuotes
SimpleQuotes 是一个 Swift 库,用于生成英文和越南语随机引用。
安装
SimpleQuotes 通过 CocoaPods 提供。要安装它,只需在您的 Podfile 中添加以下行:
pod 'SimpleQuotes'
pod install
安装后,您可以在 Swift 文件中导入它
import SimpleQuotes
let simpleQuotes = SimpleQuotes()
let randomEnglishQuote = simpleQuotes.generateEnglishQuotes()
let randomVietnamQuote = simpleQuotes.generateVietnamQuotes()
许可证 SimpleQuotes 可在 MIT 许可证下使用。有关更多信息,请参阅 LICENSE 文件。