Aufree / ESTMusicPlayer

An elegant and simple iOS music player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Podfile issue

loretoparisi opened this issue · comments

I had to fix the Podfile as follows in order to run pod update without errors:

target 'Enesco' do

    pod 'DOUAudioStreamer', '0.2.11'
    pod 'SDWebImage'
    pod 'GVUserDefaults'
    pod 'MBProgressHUD'
    pod 'Mantle', '1.5.5'
    pod 'AFNetworking', '~> 2.0'
end

Fixes here.