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
- Host: GitHub
- URL: https://github.com/flybits/ios-sdk-spm-new
- Owner: flybits
- Created: 2024-11-26T18:10:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-04-20T13:17:56.000Z (9 days ago)
- Last Synced: 2026-04-20T15:30:17.495Z (9 days ago)
- Language: Swift
- Size: 120 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)