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.
- Go to the MovableInk Releases
- Download the SDK by opening the Assets accordion and selecting
MovableInk.xcframework.zip
- Unzip the file, then drag the
MovableInk.xcframework
file into your project under theFrameworks, Libraries, and Embedded Content
section
- In Xcode, open your project, select the project under the PROJECT header, then select Package Dependencies
- Search for
https://github.com/movableink/ios-sdk
- Tap Add Package
# Cartfile
binary "https://raw.githubusercontent.com/movableink/ios-sdk/main/Carthage/MovableInkSDK.json" == 1.6.5
In the root of your project, run
$ carthage update --use-xcframeworks
# Podfile
use_frameworks!
target "YOUR_TARGET_NAME" do
pod "MovableInk", podspec: "https://raw.githubusercontent.com/movableink/ios-sdk/1.6.5/MovableInk.podspec"
end
Replace YOUR_TARGET_NAME and then, in the Podfile directory, run:
$ pod install
Documentation can be found at https://sdk-mobile.movableink.com.