AppCode
 
Get AppCode

Use CocoaPods in your project

Last modified: 21 November 2022

Initial project: iOSConferences

Final project: iOSConferences

In this tutorial, we'll elaborate the iOSConferences application (see Create a SwiftUI application in AppCode) by making it load the up-to-date list of conferences from the remote YAML file used for the cocoaconferences.com website.

To parse the YAML file, we'll use the Yams library which will be added to the project by means of the CocoaPods dependency manager.