/Veeather

Primary LanguageSwiftMIT LicenseMIT

Veeather

Project

Application supports iOS 10.0 or higher and every compatible iPhone. It was written to show some concepts of clean swift and dependency injection in practice

Tools & Requirements

Project is written in Swift 5.0 and requires the following tools to be installed:

Configuration

Assuming the above requirements are met and the repository is cloned:

  1. Create appropriate .env (or copy .env.example) file into the project's directory, which contains APIToken that will be used in to establish proper connection with API.
APIToken=YOUR_API_TOKEN
  1. Install CocoaPods keys:
$ pod install
  1. Install Carthage dependencies:
$ carthage bootstrap --platform iOS --cache-builds
  1. Open Veeather.xcodeproj file.

  2. Voila!