Class SwiftLibraryPlugin
java.lang.Object
org.gradle.language.swift.plugins.SwiftLibraryPlugin
A plugin that produces a shared library from Swift source.
Adds compile, link and install tasks to build the shared library. Defaults to looking for source files in `src/main/swift`.
Adds a SwiftComponent extension to the project to allow configuration of the library.
- Since:
 - 4.2
 
- 
Constructor Summary
ConstructorsConstructorDescriptionSwiftLibraryPlugin(org.gradle.language.internal.NativeComponentFactory componentFactory, org.gradle.language.nativeplatform.internal.toolchains.ToolChainSelector toolChainSelector, org.gradle.api.internal.attributes.AttributesFactory attributesFactory, TargetMachineFactory targetMachineFactory)  - 
Method Summary
 
- 
Constructor Details
- 
SwiftLibraryPlugin
@Inject public SwiftLibraryPlugin(org.gradle.language.internal.NativeComponentFactory componentFactory, org.gradle.language.nativeplatform.internal.toolchains.ToolChainSelector toolChainSelector, org.gradle.api.internal.attributes.AttributesFactory attributesFactory, TargetMachineFactory targetMachineFactory)  
 - 
 - 
Method Details