Skip to main content

Swift package manager support

· One min read

iOS 1.6.6

iOS 1.6.6 adds Swift Package Manager support without introducing any changes to the SDK itself since 1.6.5.

You can follow the Swift Package Manager installation guide for more information.

If you want to transition from Cocoapods to Swift Package Manager, we recommend to:

  1. Remove the pod 'WeavrComponents' line from your Podfile, alongside the IdensicMobileSDK dependency.
  2. If no more pod statements are present in your Podfile, you can get rid of the Cocoapods setup altogether.
  3. Follow the Swift Package Manager installation guide.