1) If you don’t have it installed, then run:
1 |
sudo gem install cocoapods |
2) cd to the root of your Xcode project. 3) run
1 |
pod init |
4) uncomment “# Uncomment this line to define a global platform for your project #” and set your version. 5) go to cocoapods.org. find the pod you want. hover over the little clipboard […]