delannoyk / SoundcloudSDK

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

Swift 3 support #32

Closed ziiw closed 8 years ago

ziiw commented 8 years ago

Hey !

I'm trying to use your project im my swift 3 app, but it seems that pod install always go to v0.9

...
Using Soundcloud (0.9)
...
platform :ios, '10.0'
use_frameworks!
...
pod 'Soundcloud'

Do I miss something ? :)

Regards,

ziiw commented 8 years ago

Oops sorry. Duplicate of #25

delannoyk commented 8 years ago

Can you use pod update to see if that links to 1.0.0?

ziiw commented 8 years ago

I've tried with pod 'Soundcloud', :git => 'https://github.com/delannoyk/SoundcloudSDK', :branch => 'master' and it work like a charm :)