Installation
Cocoapods
Add the following to your Podfile:
pod 'Moltin', '~> 3.1.2'
Or, quickly try out our examples:
pod try Moltin
Carthage
Add the following to your Cartfile:
github "Moltin/ios-sdk" ~> 3.1.2
Swift Package Manager
Add the following to your dependencies value in Package.swift:
dependencies: [
.package(url: "https://github.com/moltin/ios-sdk.git", from: "3.1.2")
]
View on GitHub
Installation Reference