GliaWidgets SDK, is a simple and customisable framework that is built on top of GliaSDK. It provides all necessary UI components for fast integration GliaSDK into a project.
Glia Technologies
To build the Example application please follow this instruction:
git clone --depth 1 git@github.com:salemove/ios-sdk-widgets.git
cd ios-sdk-widgets
pod install
xed GliaWidgets.xcworkspaceFor integration, the GliaWidgets into your project via CocoaPods modify your Podfile
# Podfile
source 'https://github.com/CocoaPods/Specs.git'
source 'https://github.com/salemove/glia-ios-podspecs.git'
user_frameworks!
target 'YOUR_TARGET_NAME' do
pod 'GliaWidgets', git: 'https://github.com/salemove/ios-sdk-widgets', tag: 'SDK_VERSION'
end
If you have any questions regarding our developer documentation please file a ticket in Glia Jira Service Desk. If you do not have access to that, then please contact your Success Manager for access.
Glia SDK (Salemove SDK) is available under the MIT license. See the LICENSE file for more info.