All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.Framework.podspec.template Maven / Gradle / Ivy

Go to download

Gradle plugin to manage the distribution via CocoaPod of a Kotlin Multiplatform library for Apple platforms with a XCFramework or a FatFramework

There is a newer version: 0.0.16
Show newest version
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