foursquare / foursquare-ios-oauth

Foursquare native authentication makes it easier for your app's users to connect with Foursquare. Unlike web-based OAuth, native authentication re-uses the Foursquare app's user credentials, saving users the hassle of re-logging in to Foursquare within your app.
Other
104 stars 23 forks source link

Cocoapod 1.3? #23

Open slum44 opened 8 years ago

slum44 commented 8 years ago

Hi,

I looked at the podspec in the code and it says version = 1.3

I tried a pod install and it said that 1.3 was not avail. [!] Unable to satisfy the following requirements:

I double checked the cocoapods website, it says the version is 1.2.1 https://cocoapods.org/pods/FSOAuth

Is 1.3 ready / avail? If so would it be possible for you to update?

worace commented 3 years ago

I know this issue is quite old but I've run into the same thing

[!] CocoaPods could not find compatible versions for pod "FSOAuth":
  In Podfile:
    FSOAuth (~> 1.3)

None of your spec sources contain a spec satisfying the dependency: `FSOAuth (~> 1.3)`.

You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

1.2.1 is the latest one that seems to install for me:

Analyzing dependencies
Downloading dependencies
Installing FSOAuth (1.2.1)
Generating Pods project
Integrating client project

[!] Please close any current Xcode sessions and use `CheckinViewar.xcworkspace` for this project from now on.
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.