1 Star 0 Fork 0

forChallenge/esp-idf-provisioning-ios

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Package.swift 1.09 KB
一键复制 编辑 原始数据 按行查看 历史
Donghn 提交于 2024-09-25 20:12 . 2.1.6 pod edit
// swift-tools-version: 5.4
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
let package = Package(
name: "ESPProvision",
platforms: [
.iOS(.v13),
],
products: [
// Products define the executables and libraries a package produces, and make them visible to other packages.
.library(
name: "ESPProvision",
targets: ["ESPProvision"]
),
],
dependencies: [
.package(
name: "SwiftProtobuf",
url: "https://github.com/apple/swift-protobuf.git",
"1.20.3" ..< "2.0.0"
),
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "ESPProvision",
dependencies: ["SwiftProtobuf"],
path: "ESPProvision",
exclude: ["Example", "Tests", "Pods"]
),
]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Nealios/esp-idf-provisioning-ios.git
git@gitee.com:Nealios/esp-idf-provisioning-ios.git
Nealios
esp-idf-provisioning-ios
esp-idf-provisioning-ios
master

搜索帮助