简体   繁体   中英

Almofire in Swift 3?

I'm about to start a new project using Swift 3. My project is not so complicated. Subscriptions and In-App purchases with user profile data using our APIs server. Is Almofire support enough on Swift 3?

Alamofire now provides a Swift 3 branch. If you use Cocoapods you can point to the branch like this

pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => 'swift3'

Reference: https://github.com/Alamofire/Alamofire/issues/1316

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM