π₯₯CocoaPods
Fall 2023 | Vin Bui
What is CocoaPods?
CocoaPods Setup
# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'
target 'MyApp' do
use_frameworks!
# Pods for MyApp
pod 'SnapKit'
pod 'Alamofire'
endLast updated
Was this helpful?