Hi, is it possible to combine exporting an umbrella framework (containing dependencies) with the CocoaPods plugin? https://kotlinlang.org/docs/mpp-build-native-binaries.html#export-dependencies-to-binaries
Is there an example of this somewhere?
Basically, is there a way to automate creating a .podspec file for such umbrella framework so that it can be integrated into iOS projects via CocoaPods?
Ivan Đorđević
04/01/2021, 2:54 PM
Omitting the CocoaPods plugin would also do, as long as the podspec can also include the script to build the umbrella framework and embed it