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
- Host: GitHub
- URL: https://github.com/flybits/ios-sdk-spm
- Owner: flybits
- Created: 2021-09-23T15:34:57.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-03T16:55:46.000Z (about 1 year ago)
- Last Synced: 2025-04-03T17:37:53.164Z (about 1 year ago)
- Language: Swift
- Size: 80.1 KB
- Stars: 3
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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/)