- Xcode 13.1+
- Kingfisher for downloading and caching images
- SwiftLint for code static analysis
- Create an app at Twitter Developers Portal
- Create an API key for Google Natural Language
- Update
AppSettings.swift
with your keys
struct AppSettings {
static let twitterKey = ""
static let googleKey = ""