Skip to content

Installation

Hassan Shahbazi edited this page May 4, 2020 · 2 revisions

Requirements

The following requirements are necessary for using the SDK

  • iOS >= 10.0
  • Swift >= 5.0

Cocoapods

platform :ios, '10.0'
use_frameworks!

source 'https://cdn.cocoapods.org/'
source 'https://github.com/somia/ninchat-podspecs.git'

target 'NinchatClient' do
    pod 'NinchatSDKSwift'
end

Then, run the commands in Terminal: pod update && pod install