📜  如何在 swift 5 中使用 alamofire pod - Swift 代码示例

📅  最后修改于: 2022-03-11 15:01:01.747000             🧑  作者: Mango

代码示例1
We need to install the Alamofire Cocoapod.
Navigate to your project directory and type pod init to create your podfile.
Add the Alamofire pod to your podfile.
Save your podfile and run pod install.
Open the xcworkspace file and check that the Alamofire libraries are there.
An Alamofire request.