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:
- Remove the
pod 'WeavrComponents'
line from yourPodfile
, alongside theIdensicMobileSDK
dependency. - If no more
pod
statements are present in yourPodfile
, you can get rid of the Cocoapods setup altogether. - Follow the Swift Package Manager installation guide.