touchlab / KMMBridge

KMMBridge is a tool that helps publish Kotlin Multiplatform (KMP) Xcode binaries for use from Swift Package Manager (SPM) and CocoaPods.
https://touchlab.co/kmmbridge/
Apache License 2.0
357 stars 20 forks source link

swift-tools-version update #221

Closed cohen72 closed 5 months ago

cohen72 commented 1 year ago

Would it be possible to update the // swift-tools-version:5.3 to latest? // swift-tools-version:5.8? (Or later)

Also, can we you support to set minimum iOS deployment target?

platforms: [
    .iOS(.v13)
],
TemMax commented 1 year ago

Hi! I've made a PR with these changes. Waiting for the review: https://github.com/touchlab/KMMBridge/pull/223

kpgalligan commented 5 months ago

There were 2 PRs for this. We've recently merged one, but I still want to review this one as it seems more robust. To be continued...