uias / Tabman

™️ A powerful paging view controller with interactive indicator bars
https://uias.github.io/Tabman
MIT License
2.84k stars 235 forks source link

Unable to install Tabman 2.12.0 from CocoaPods #593

Closed betat closed 2 years ago

betat commented 2 years ago

New Issue Checklist

Issue Description

I can't install Tabman 2.12.0 from CocoaPods.

I specified 2.12.0 in Podfile

  pod 'Tabman', '2.12.0'

and ran

$ bundle exec pod install --repo-update

and got the following results

Updating local specs repositories
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "Tabman":
  In Podfile:
    Tabman (= 2.12.0)

None of your spec sources contain a spec satisfying the dependency: `Tabman (= 2.12.0)`.

You have either:
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

Other useful things

In the Tabman.podspec file, I confirmed that it is 2.12.0.

However, when I checked at the Tabman on CocoaPods.org, Tabman was still at 2.11.x.

Do you have any solutions? Thank you.

anshul-infobeans commented 2 years ago

Same for me: `Update all pods Updating local specs repositories Analyzing dependencies [!] CocoaPods could not find compatible versions for pod "Tabman": In Podfile: Tabman (~> 2.12.0)

None of your spec sources contain a spec satisfying the dependency: Tabman (~> 2.12.0).

You have either:

betat commented 2 years ago

@anshul-infobeans

I solved this issue by writing the following in Podfile

pod 'Tabman', :git => 'https://github.com/uias/Tabman.git', :tag => '2.12.0'
msaps commented 2 years ago

@betat apologies - had an issue with the token. Should be solved now 👍

Screenshot 2022-03-16 at 08 24 16 1