3 Star 0 Fork 0

Gitee 极速下载/reachability-swift

Create your Gitee Account
Explore and code with more than 13.5 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/ashleymills/Reachability.swift
Clone or Download
Package.swift 648 Bytes
Copy Edit Raw Blame History
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription
let package = Package(
name: "Reachability",
products: [
.library(
name: "Reachability",
targets: ["Reachability"]),
],
targets: [
.target(
name: "Reachability",
dependencies: [],
path: "Sources",
resources: [.copy("PrivacyInfo.xcprivacy")]
),
.testTarget(
name: "ReachabilityTests",
dependencies: ["Reachability"],
path: "Tests"),
]
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/reachability-swift.git
git@gitee.com:mirrors/reachability-swift.git
mirrors
reachability-swift
reachability-swift
master

Search