1 Star 0 Fork 0

Gemini/SwiftUI-Introspect

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
Package.swift 621 Bytes
Copy Edit Raw Blame History
// swift-tools-version:5.1
import PackageDescription
let package = Package(
name: "Introspect",
platforms: [
.macOS(.v10_13),
.iOS(.v11),
.tvOS(.v11)
],
products: [
.library(
name: "Introspect",
targets: ["Introspect"]
)
],
dependencies: [],
targets: [
.target(
name: "Introspect",
dependencies: [],
path: "Introspect"
),
.testTarget(
name: "IntrospectTests",
dependencies: ["Introspect"],
path: "IntrospectTests"
)
]
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Swift
1
https://gitee.com/BitBuilder/Introspect.git
git@gitee.com:BitBuilder/Introspect.git
BitBuilder
Introspect
SwiftUI-Introspect
master

Search