/myVibe

Music app

Primary LanguageSwiftApache License 2.0Apache-2.0

My Vibe

Welcome to the MyVibe iOS app repository.

Team

Project

Application supports iOS 10.0 or higher and every compatible iPhone.

Tools & Requirements

Project is written in Swift 4.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 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
  2. Install Carthage dependencies:

    $ carthage bootstrap --platform iOS --cache-builds
  3. Open MyVibe.xcodeproj and build the project!