GliaWidgets SDK is a simple and customisable framework built on top of GliaSDK. It provides all the necessary UI components to quickly integrate GliaSDK into your project.
Glia Technologies
- iOS 13+
- Xcode 15.1+
- Swift 5.3
- Git LFS
- CocoaPods
To build the Example application, follow the instructions below:
git clone --depth 1 [email protected]:salemove/ios-sdk-widgets.git
cd ios-sdk-widgets
make clone-snapshots
make integrate-githooks
pod install
xed GliaWidgets.xcworkspace
To integrate GliaWidgets
into your project via CocoaPods, modify your Podfile
as follows:
# Podfile
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
target 'YOUR_TARGET_NAME' do
pod 'GliaWidgets'
end
To integrate GliaWidgets
into your project via Swift Package Manager, add the following dependency: https://github.com/salemove/ios-sdk-widgets
If you have any questions regarding our developer documentation, please submit a ticket to the Glia Service Desk. If you do not have access to it, contact your Customer Success Manager for access.
Glia SDK (Salemove SDK) is available under the MIT license. See the LICENSE file for more information.