Talkable iOS SDK
Talkable SDK makes it easy to integrate Talkable referral functionality into iOS apps.
Requirements
- iOS 9 or higher.
Installation
CocoaPods
CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:
$ gem install cocoapodsTo integrate TalkableSDK into your Xcode project using CocoaPods, specify it in your Podfile:
pod 'TalkableSDK'Then, run the following command:
$ pod installManual building
To build the SDK manually, run the following command:
$ rake archive