I have created a flutter module which I need to integrate in iOS native. Followed the Option-C to generated pod 'Flutter.podspec' using below reference. https://docs.flutter.dev/development/add-to-app/ios/project-setup
It generated three folder build, profile, release and based on requirement I successfully integrated it manually. But I want to publish this pod folder on jfrog/maven so that any client or user can simply fetch it and integrate OR some other way to upload flutter module on jfrog/maven. Somehow I need to use this repository only.