Should I use Regular, Cocoapods, or SPM to connect...
# multiplatform
s
Should I use Regular, Cocoapods, or SPM to connect to IOS? Which one is the best practice for a new project
s
I would suggest SPM based on my limited experience
v
In accordance to: https://blog.cocoapods.org/CocoaPods-Support-Plans/ CocoaPods is in maintenance mode, so it would be wise to not start with that.
t
I've only ever used the regular as the others seemed unnecessary for my use cases.
f
Give it a try at a spm integration https://frankois944.github.io/spm4Kmp/
👍 1
s
Thanks so much for the help! The documentation is so helpful!