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

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

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

Last synced: 4 days ago
JSON representation

Flybits Concierge SDK iOS Swift Package Manager

Awesome Lists containing this project

README

          

This repository is on deprecated state and its binaries may not work soon.
Use the new repository: https://github.com/flybits/ios-sdk-spm-new that is currently working with Flybits binary storage.

# 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.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/flybits-cookbook-3-x-x/-M3mLFD6iXJ1qWhwW-7q/)