Install via Swift Package Manager (SPM)

To integrate the barKoder SDK into your Xcode project using Swift Package Manager, add the desired frameworks to the Package Dependencies section of your project.

Install BarkoderSDK package using SPM.

The easiest way to install the barKoder SDK is via Swift Package Manager (SPM). Follow these simple steps:

  1. Open your Xcode project.
  2. Go to File > Add Packages...
  3. In the search bar, paste the following URL: https://github.com/barKoderSDK/barkoder-sdk-ios-spm
image

5. Choose the desired version (we recommend keeping the default Up to Next Major Version) and make sure your project target is selected.

6. Click Add Package to complete the integration.

image

7. Again, click Add Package to complete the integration.

Once added, you can start using the BarkoderSDK in your project.

History:

close