A pure Swift Spotify Music App in Apple Music style
HBMusic
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"