41 lines
1.8 KiB
Swift
41 lines
1.8 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: [
|
|
.iOS("13.0")
|
|
],
|
|
products: [
|
|
.library(name: "FlutterGeneratedPluginSwiftPackage", type: .static, targets: ["FlutterGeneratedPluginSwiftPackage"])
|
|
],
|
|
dependencies: [
|
|
.package(name: "permission_handler_apple", path: "../.packages/permission_handler_apple"),
|
|
.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"),
|
|
.package(name: "geocoding_ios", path: "../.packages/geocoding_ios"),
|
|
.package(name: "native_device_orientation", path: "../.packages/native_device_orientation"),
|
|
.package(name: "camera_avfoundation", path: "../.packages/camera_avfoundation")
|
|
],
|
|
targets: [
|
|
.target(
|
|
name: "FlutterGeneratedPluginSwiftPackage",
|
|
dependencies: [
|
|
.product(name: "permission-handler-apple", package: "permission_handler_apple"),
|
|
.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"),
|
|
.product(name: "geocoding-ios", package: "geocoding_ios"),
|
|
.product(name: "native-device-orientation", package: "native_device_orientation"),
|
|
.product(name: "camera-avfoundation", package: "camera_avfoundation")
|
|
]
|
|
)
|
|
]
|
|
)
|