Hey!  Has anyone managed to publish multiplatform ...
# multiplatform
a
Hey!  Has anyone managed to publish multiplatform library as a Pod to private GitLab repository? Currently we are using
pod ‘MobileEngine, :path => ‘../MobileEngine’
, but we would like to version our library and distribute it to private repository. Haven’t found any useful blog/article/repository.
j
I had a look recently at doing this using Swift Packages in case that's of interest https://johnoreilly.dev/posts/kotlinmultiplatform-swift-package/
🙇🏻 1
a
Do SPM and CocoaPods play well together in same project? We have existing CocoaPods setup and haven’t investigated if all libraries already support SPM.
@John O'Reilly, thank you, actually your blog looks very helpful. Can I reach out to you if I have further questions?
j
Yeah, no problem....just to mention I haven't dug too deeply beyond the relatively basic requirements I had for it's use....it may be that the plugin I used (https://github.com/ge-org/multiplatform-swiftpackage) can potentially be expanded to cover scenarios not currently supported
👌🏻 1