Support for Alamofire 4.0
danieltigse opened this issue · 3 comments
danieltigse commented
I have this error:
[!] Unable to satisfy the following requirements:
Alamofire (~> 3.1)
required byStravaSwift (0.1.0)
agonzalezjr commented
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
I have updated cocoa pods to the 0.7.0 tag. Please confirm it's working now!
lludo commented
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).