Skip to content

movableink/ios-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

You can install the SDK using Swift Package Manager (SPM), Carthage, CocoaPods, or manually.

The MovableInk SDK requires iOS 13 and Swift 5.7 (Xcode 14) as a minimum.

Manual

  1. Go to the MovableInk Releases
  2. Download the SDK by opening the Assets accordion and selecting MovableInk.xcframework.zip
  3. Unzip the file, then drag the MovableInk.xcframework file into your project under the Frameworks, Libraries, and Embedded Content section

Swift Package Manager (SPM) - Recommended

  1. In Xcode, open your project, select the project under the PROJECT header, then select Package Dependencies
  2. Search for https://github.com/movableink/ios-sdk
  3. Tap Add Package

Carthage

# Cartfile

binary "https://raw.githubusercontent.com/movableink/ios-sdk/main/Carthage/MovableInkSDK.json" == 1.6.1

In the root of your project, run

$ carthage update --use-xcframeworks

CocoaPods

# Podfile
use_frameworks!

target "YOUR_TARGET_NAME" do
  pod "MovableInk", podspec: "https://raw.githubusercontent.com/movableink/ios-sdk/1.6.1/MovableInk.podspec"
end

Replace YOUR_TARGET_NAME and then, in the Podfile directory, run:

$ pod install

Usage Documentation

Documentation can be found at https://sdk-mobile.movableink.com.