Alamofire: Installing Alamofire to a Xcode 8, Swift 2.3 project.

Created on 5 Oct 2016  ·  1Comment  ·  Source: Alamofire/Alamofire

Hey all, I'm currently working on a project as specified above and need to implement Alamofire, as I cannot update my pods because we haven't migrated the project to Swift 3 yet, I can't install Alamofire directly, so I wanted the manual install, can anyone direct me the right way to download Alamofire 3? not sure which commit it is...

Thanks!

support

Most helpful comment

You can use CocoaPods just fine, just using the 3.5.1 version, which is Swift 2.2 and 2.3 compatible. If you really want to install manually you can download the 3.5.1 tag and use the manual installation instructions from our README.

>All comments

You can use CocoaPods just fine, just using the 3.5.1 version, which is Swift 2.2 and 2.3 compatible. If you really want to install manually you can download the 3.5.1 tag and use the manual installation instructions from our README.

Was this page helpful?
0 / 5 - 0 ratings