-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Hassan Shahbazi edited this page May 4, 2020
·
2 revisions
The following requirements are necessary for using the SDK
- iOS >= 10.0
- Swift >= 5.0
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