AppCode
 
Get AppCode
You are viewing the documentation for an earlier version of AppCode.

Use CocoaPods in your project

Last modified: 08 March 2021

AppCode: 2019.3 or later

Xcode: 11 or later

Initial project: iOSConferences

Final project: iOSConferences

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

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