An open API service indexing awesome lists of open source software.

https://github.com/flybits/ios-sdk-spm-new

Flybits Concierge SDK iOS Swift Package Manager
https://github.com/flybits/ios-sdk-spm-new

Last synced: 4 days ago
JSON representation

Flybits Concierge SDK iOS Swift Package Manager

Awesome Lists containing this project

README

          

# Flybits iOS SDK Swift Package

Install Flybits iOS SDK easily with Swift Package Manager.

## Installation

Add the URL of this repository to your Xcode Project.

Go to *File* > *Swift Packages* > *Add Package Dependency*, and paste in the link to this repository:

`https://github.com/flybits/ios-sdk-spm-new.git`

## Libraries

There are 4 libraries:

- Core
- Concierge
- Location
- SmartRewards

Here is the table for what are the SDKs inside each Library.

| Library | SDK |
| --- | --- |
| Core | FlybitsSDK
FlybitsPushSDK
FlybitsKernelSDK
FlybitsContextSDK |
| Location | FlybitsSDK
FlybitsContextSDK
FlybitsContextLocationPluginSDK |
| Concierge | FlybitsSDK
FlybitsPushSDK
FlybitsKernelSDK
FlybitsContextSDK
FlybitsConciergeSDK |
| SmartRewards | FlybitsSDK
FlybitsPushSDK
FlybitsKernelSDK
FlybitsContextSDK
FlybitsConciergeSDK
FlybitsSmartRewardsSDK |

More Information about SDKs, please check on:

[Mobile Cookbook](https://flybits.gitbook.io/customer-documentation/concierge-sdk/sdk-release-notes/ios/core-+-concierge/version-5.x)