[Question] Publish kotlin native library for iOS
IlyaEremin opened this issue · comments
Ilia Eremin commented
First, thank you very much for the library.
I successfully added kotlin/native dependency as git submodule into my ios project using kotlin-native-cocoapods
library. And I don't like to manage dependencies like that. It would be more convenient to have project for at github (or on some service like jitpack.io) and specify dependency in Podfile like that.
pod 'MyKotlinNativeLibrary', :git => 'https://github.com/cat/MyKotlinNativeLibrary.git'
How can we achieve that? I'm not experienced at iOS development, feel free to correct me.