33 lines
1.1 KiB
Swift
33 lines
1.1 KiB
Swift
// swift-tools-version: 5.9
|
|
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
|
//
|
|
// Generated file. Do not edit.
|
|
//
|
|
|
|
import PackageDescription
|
|
|
|
let package = Package(
|
|
name: "FlutterGeneratedPluginSwiftPackage",
|
|
platforms: [
|
|
.macOS("10.15")
|
|
],
|
|
products: [
|
|
.library(name: "FlutterGeneratedPluginSwiftPackage", type: .static, targets: ["FlutterGeneratedPluginSwiftPackage"])
|
|
],
|
|
dependencies: [
|
|
.package(name: "path_provider_foundation", path: "../.packages/path_provider_foundation"),
|
|
.package(name: "package_info_plus", path: "../.packages/package_info_plus"),
|
|
.package(name: "geolocator_apple", path: "../.packages/geolocator_apple")
|
|
],
|
|
targets: [
|
|
.target(
|
|
name: "FlutterGeneratedPluginSwiftPackage",
|
|
dependencies: [
|
|
.product(name: "path-provider-foundation", package: "path_provider_foundation"),
|
|
.product(name: "package-info-plus", package: "package_info_plus"),
|
|
.product(name: "geolocator-apple", package: "geolocator_apple")
|
|
]
|
|
)
|
|
]
|
|
)
|