Step 1. Import SDK
- Podfile configuration
Show Podfile
Podfile
- Call pod install
Call $ pod install to install CocoaPods dependencies or $ pod update to update.
If you do not have an installed pod, Install CocoaPods
to simplify dependency management
sudo gem install cocoapods
- Open your project using .xcworkspace file from now on.