Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.42 KB

File metadata and controls

50 lines (32 loc) · 1.42 KB

GliaWidgets iOS SDK

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.

Author

Glia Technologies

Requirements

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.xcworkspace

Cocoapods

For 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

Communication

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.

License

Glia SDK (Salemove SDK) is available under the MIT license. See the LICENSE file for more info.