teodorpatras / Jukebox

Player for streaming local and remote audio files. Written in Swift.
MIT License
551 stars 122 forks source link

Nice job #53

Open alexrmacleod opened 7 years ago

alexrmacleod commented 7 years ago

Quality updates you legend!

RajChanchal commented 7 years ago

Wondering, if it is an issue... :)

alexrmacleod commented 7 years ago

Hey how to update pod file with jukebox swift3 version. I converted session to swift 3 so many errors.

Using Jukebox (0.1.5)

alexrmacleod commented 7 years ago

Like how to access the swift 3 pod branch? like in this example http://stackoverflow.com/questions/39606935/how-to-update-pods-to-swift-3-0

alexrmacleod commented 7 years ago

Oh i figured it out just needed to update pods to iOS 10 duh! incase anyone else has a brain fart like me: Podspec below

`source 'https://github.com/CocoaPods/Specs.git' platform :ios, '10.0'

use_frameworks!

target "Momentum" do

pod 'HMSegmentedControl', '~> 1.5.2' pod 'Jukebox' pod 'MarqueeLabel/Swift' pod 'CBZSplashView', '~> 1.0.0'

end`