mpclarkson / StravaSwift

A Swift wrapper for the Strava API v3
MIT License
102 stars 45 forks source link

Support for Alamofire 4.0 #6

Closed danieltigse closed 4 years ago

danieltigse commented 7 years ago

I have this error:

[!] Unable to satisfy the following requirements:

agonzalezjr commented 7 years ago

This is because the version in CocoaPods is only 0.5.0, and the latest (0.6.0) hasn't been deployed yet. While that is fixed, you could clone the repo and get the latest source. It will support Swift 3 and that will use Alamofile ~> 4 😉

mpclarkson commented 7 years ago

I have updated cocoa pods to the 0.7.0 tag. Please confirm it's working now!

lludo commented 4 years ago

This is currently working with Alamofire 4.x (We will now have to think about migrating to 5.x once the final version is released).