Skip to content

Commit be93674

Browse files
author
zhangyun
committed
[build]: add SPM support
1 parent efa432c commit be93674

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

Package.swift

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
import PackageDescription
2+
3+
let package = Package(
4+
name: "ZYVisionDetector",
5+
platforms: [.iOS(.v13)],
6+
products: [
7+
.library(name: "ZYVisionDetector", targets: ["ZYVisionDetector"])
8+
],
9+
targets: [
10+
.target(
11+
name: "ZYVisionDetector",
12+
path: "Source"
13+
)
14+
]
15+
)

ZYVisionDetector.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
1616
#
1717

1818
spec.name = "ZYVisionDetector"
19-
spec.version = "1.0.0"
19+
spec.version = "1.0.1"
2020
spec.summary = "ZYVisionDetector is a simple camera recorder and use Vision framework to detect retangle in video"
2121

2222
# This description is used to generate tags and improve search results.

0 commit comments

Comments
 (0)