Install JIVER Framework via CocoaPods

The latest version of JIVER iOS framework is already included in the project, so you don’t have to install it again. If you’d like to install the framework for your own project, follow the steps below:

  1. You must have CocoaPods installed. Check out https://cocoapods.org/
  2. If you don’t have Podfile in your project, create it.
  3. Insert the following line into Podfile.
    pod 'JiverSDK'
    
  4. Install JIVER framework. Run the following command in the terminal.
    $ pod install
    
  5. After the installation, open <YOUR_PROJECT>.xcworkspace. Don't confuse it with <YOUR_PROJECT>.xcodeproj.
    $ open <YOUR_PROJECT>.xcworkspace
    

See this link for details.