JoniVR / VerticalCardSwiper

A marriage between the Shazam Discover UI and Tinder, built with UICollectionView in Swift.
MIT License
1.4k stars 101 forks source link

CocoaPod Install Not Working #6

Closed lurein closed 6 years ago

lurein commented 6 years ago

Can no longer install with CocoaPods: "Unable to find a specification for `VerticalCardSwiper"

JoniVR commented 6 years ago

Hi @lurein

How did you try to install? Make sure you add the version behind it for now. As we're still in beta, it's required to add the version behind the pod name. So it should be like this:

pod 'VerticalCardSwiper', '0.1.0-beta1'

I'll be fixing this soon so you don't need the version behind it. I just tested this and it works on my end, but let me know if you're still having issues, then we'll figure it out.

Best regards Joni

lurein commented 6 years ago

Hi Joni,

Yes I tried this as well and unfortunately it gave the same error.

Thanks, LP

JoniVR commented 6 years ago

Alright, I'll look into it and see if I can find anything, could you perhaps share your podfile (or parts of it) here if you don't mind?

lurein commented 6 years ago

platform :ios, '10.0'

target 'MyApp' do use_frameworks! pod 'Firebase/Core' pod 'Firebase/Storage' pod 'Firebase/Firestore' pod 'FirebaseUI' pod 'AlertOnboarding' pod 'LGButton' pod 'VerticalCardSwiper', '0.1.0-beta1' end

JoniVR commented 6 years ago

Could you please try running:

pod repo update --verbose

if that doesn't help, try installing an earlier version to see if that works:

pod 'VerticalCardSwiper', '0.1.0-alpha2'

I'm not sure what's causing this at the moment as I made a test project and it seems to work on that version. Could it possibly be related to your Cocoapods version?

JoniVR commented 6 years ago

Hi @lurein

Any updates on the issue? Otherwise I'll close it soon.

edit: closed, feel free to reopen.