Skip to content

kindred-app/KindredSDK-Pod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KindredSDK pod Setup

Step 1: Install CocoaPods

To install CocoaPods(if not already installed), open Terminal app and run the following command:

$ sudo gem install cocoapods

Step 2: Create a Podfile

In Terminal app, navigate to your Project folder and create a Podfile using

$ touch Podfile

Open the Podfile

open -e Podfile

It will open the Podfile in TextEdit app. Copy and paste the following lines

source 'https://github.com/kindred-app/Specs.git'

target 'your_app_name' do
    pod 'KindredSDK', '2.0.10'
end

target 'your_keyboard_target' do
    pod 'KindredSDK', '2.0.10'
end

If you want to install only the Core SDK, then copy the following lines

source 'https://github.com/kindred-app/Specs.git'

target 'your_app_name' do
    pod 'KindredSDK/Core', '2.0.10'
end

Finally install the pod

pod install

License

All rights reserved to Kindred.