Mondo
The Visionranger Mondo iOS SDK makes it quick and easy to integrate the Visionranger API into your iOS app. We provide powerful and customizable UI screens and elements that can be used out-of-the-box to manage your business specifications. We also expose the low-level APIs that power those UIs so that you can build fully custom experiences.
Requirements
- iOS 11.0 +
- Xcode 10.0 +
- Swift 4.2 +
Installing the Mondo SDK
To install the Visionranger Mondo SDK for iOS, you may use CocoaPods, Carthage or the Swift Package Manager.
CocoaPods
- If you haven’t already, install the latest version of CocoaPods.
- If you don’t have an existing Podfile, run the following command to create one:
pod init
- Add this line to your
Podfile
:pod 'Mondo', '~> 0.3'
- Run the following command:
pod install
- Don’t forget to use the
.xcworkspace
file to open your project in Xcode, instead of the .xcodeproj
file, from here on out.
- In the future, to update to the latest version of the SDK, run:
pod update Stripe
Swift Package Manager
To install the SDK, follow these steps:
- In Xcode , select File > Swift Packages > Add Package Dependency and enter
https://github.com/Visionranger/mondo-ios
as the repository URL.
- Select a minimum Version of 0.3
- Add the SDK to the target of your app.
Mondo
The Visionranger Mondo iOS SDK makes it quick and easy to integrate the Visionranger API into your iOS app. We provide powerful and customizable UI screens and elements that can be used out-of-the-box to manage your business specifications. We also expose the low-level APIs that power those UIs so that you can build fully custom experiences.
Requirements
Installing the Mondo SDK
To install the Visionranger Mondo SDK for iOS, you may use CocoaPods, Carthage or the Swift Package Manager.
CocoaPods
Podfile
:.xcworkspace
file to open your project in Xcode, instead of the.xcodeproj
file, from here on out.Swift Package Manager
To install the SDK, follow these steps:
https://github.com/Visionranger/mondo-ios
as the repository URL.