Open alexrmacleod opened 7 years ago
Wondering, if it is an issue... :)
Hey how to update pod file with jukebox swift3 version. I converted session to swift 3 so many errors.
Using Jukebox (0.1.5)
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
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`
Quality updates you legend!