在Swift 3中的Almofire?

时间:2016-06-21 19:35:41

标签: ios swift

我即将使用Swift 3开始一个新项目。我的项目并不复杂。使用我们的API服务器使用用户个人资料数据进行订阅和应用内购买。 Almofire对Swift 3有足够的支持吗?

1 个答案:

答案 0 :(得分:3)

Alamofire现在提供Swift 3分支。如果您使用Cocoapods,您可以指向这样的分支

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

参考: https://github.com/Alamofire/Alamofire/issues/1316