I’m using `native.cocoapods` plugin and I try to c...
# multiplatform
k
I’m using
native.cocoapods
plugin and I try to configure it in a way that
publish
task would create a
.podspec
file and
.xcframework
in given hierarchy:
Copy code
- buildDir/
  - File.podspec
  - frameworks/
    - framework.xcframework
Does anyone have an idea how to achieve that? Looking at
cocoapods
DSL and cannot find anything
For anyone intersted: the code here is not flexible in that regards, so I’ll add a task to move this manually and change podspec’s framework location via
extraSpecAttributes
property