Skip to content

Instantly share code, notes, and snippets.

View jerielng's full-sized avatar
:octocat:
Building for mobile

Jeriel Ng jerielng

:octocat:
Building for mobile
View GitHub Profile
@jerielng
jerielng / cocoapods-cheat-sheet.md
Created January 14, 2024 23:07
CocoaPods Cheat Sheet

This guide serves as a quick glance at the most common commands an end user might use when managing their package dependencies in CocoaPods.

There are quite a lot of different nuanced features in the tool, which you may not need. Ultimately, the source of truth when using CocoaPods is the official documentation, which describes every feature available.

Basic commands

You’ll only need to do this once per project, but if you don’t already have a Podfile and corresponding .xcworkspace file, running this command will set that up for you:

pod init