Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.21 KB

Talkable iOS SDK

Version License Platform

Talkable SDK makes it easy to integrate Talkable referral functionality into iOS apps.

Requirements

  • iOS 9 or higher.

Installation

Talkable supports multiple methods for installing the SDK in a project.

Swift Package Manager

Add Talkable SDK as a dependency to Package.swift under dependencies:

dependencies: [
    .package(url: "https://github.com/talkable/ios-sdk.git", .upToNextMajor(from: "1.5.1"))
]

CocoaPods

To integrate Talkable SDK into your Xcode project using CocoaPods, specify it in your Podfile:

pod 'TalkableSDK', '~> 1.5.1'

Manual building

To build the SDK manually, run the following command:

$ rake archive

Documentation

https://docs.talkable.com/ios_sdk