template.Framework.podspec.template Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kmp-framework-bundler Show documentation
Show all versions of kmp-framework-bundler Show documentation
Gradle plugin to manage the distribution via CocoaPod of a Kotlin Multiplatform library for Apple platforms with a XCFramework or a FatFramework
Pod::Spec.new do |s|
s.name = "$name"
s.version = "$version"
s.summary = "$summary"
s.homepage = "$homepage"
s.license = "$license"
s.author = { $authors }
s.vendored_frameworks = '$frameworkName'
s.source = { :git => "$gitUrl", :tag => "#{s.version}" }
s.exclude_files = "Classes/Exclude"
end
© 2015 - 2025 Weber Informatics LLC | Privacy Policy