delannoyk / SoundcloudSDK

A Client for Soundcloud's API written in Swift!
MIT License
87 stars 27 forks source link

I am using swift 3.0 trying to install pod 'Soundcloud' , it installs 0.9.2. Need Help #47

Closed Mahadev77 closed 7 years ago

Mahadev77 commented 7 years ago

I am using swift 3.0 My pod file is as bellow-- source 'https://github.com/CocoaPods/Specs.git' use_frameworks!

target 'MusicApp' do pod 'Soundcloud' end.

But, it installs 0.9.2. its not compatible to swift 3.0 Need Help