Hi, iam Pam Cox, Don’t work too hard.

How Do I Add A Podfile? [Solved]

Simple steps to install a pod file:Open the terminal.Command on the terminal: sudo gem install cocoapods.Set your project path in the terminal.Command: pod init.Go to the pod file of your project and add the pod which you want to install.Added in the pod file: pod ‘AFNetworking’, ‘~> 3.0.Command: Pod install.

How to add pod in Xcode project || Install CocoaPods

How to add pod in Xcode project ||

How To Install CocoaPods And Create Pod File In iOS | Swift Tutorial

In this video, I will show you how

How to add pod file into your xcode project

Today, we learn how to use any third party libraries by