Swiftpack.co - SpotIM/spotim-ios-sdk-pod as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by SpotIM.
SpotIM/spotim-ios-sdk-pod v1.5.5
Hosting our SDK for cocoapods
⭐️ 4
🕓 2 years ago
iOS
.package(url: "https://github.com/SpotIM/spotim-ios-sdk-pod.git", from: "v1.5.5")

Spot.IM SDK for iOS 🚀

This library provides an easy integration with Spot.IM into a native iOS app.

Requirements

  • iOS 12 or later.
  • Have a Spot.IM account

Getting started

Add the SDK to your project

Using CocoaPods

  1. Set dependency as follows: pod 'SpotIMCore', '1.18.6'
  2. Execute pod install in Terminal
  3. Open workspace file and run

Using Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler. Once you have your Swift package set up, adding SpotIM as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/SpotIM/spotim-ios-sdk-pod.git", .upToNextMajor(from: "1.18.6"))
]

Follow The Official Documentation

Please follow the official OpenWeb iOS SDK documentation.

GitHub

link
Stars: 4
Last commit: 2 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Dependencies

Release Notes

Version 1.18.6
2 weeks ago

Notes:

  • Compiled with Xcode 15.3
  • Added Apple privacy manifest file
  • This is our old SDK prior to the refactor and the new API

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