标签: ios swift
我即将使用Swift 3开始一个新项目。我的项目并不复杂。使用我们的API服务器使用用户个人资料数据进行订阅和应用内购买。 Almofire对Swift 3有足够的支持吗?
答案 0 :(得分:3)
Alamofire现在提供Swift 3分支。如果您使用Cocoapods,您可以指向这样的分支
pod 'Alamofire', :git => 'https://github.com/Alamofire/Alamofire.git', :branch => 'swift3'
参考: https://github.com/Alamofire/Alamofire/issues/1316