Swiftpack.co - talkable/ios-sdk as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by talkable.
talkable/ios-sdk 1.4.15
Talkable Integration and API for iOS devices
⭐️ 0
🕓 14 weeks ago
iOS
.package(url: "https://github.com/talkable/ios-sdk.git", from: "1.4.15")

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.4.15"))
]

CocoaPods

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

pod 'TalkableSDK', '~> 1.4.15'

Manual building

To build the SDK manually, run the following command:

$ rake archive

Documentation

https://docs.talkable.com/ios_sdk

GitHub

link
Stars: 0
Last commit: 2 weeks ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

1.4.15
14 weeks ago
  • Fixed bug: NSArray was mutated while being enumerated
  • Fixed deprecation warnings

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics