Skip to content

MailOnline/spotim-ios-sdk-pod

 
 

Repository files navigation

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', '2.1.0'
  2. Execute pod install in Terminal
  3. Open workspace file and run

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: "2.1.0"))
]

Follow The Official Documentation

Please follow the official OpenWeb iOS SDK documentation.

About

Hosting our SDK for cocoapods

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 69.5%
  • Swift 20.1%
  • HTML 4.6%
  • Ruby 3.5%
  • Objective-C 2.3%