HBMusic

repocover

A pure Swift Spotify Music App in Apple Music style.

How to run

pod install

Put your tokens in tokens.swift like this

let _ClientID = "xxx"
let _ClientSecret = "xxx"
let _RedirectURI = "xxx"

Hint

Spotify Authorization

Spotify Web API

GitHub

View Github