We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efa432c commit be93674Copy full SHA for be93674
2 files changed
Package.swift
@@ -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
12
+ path: "Source"
13
+ )
14
+ ]
15
+)
ZYVisionDetector.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
16
#
17
18
spec.name = "ZYVisionDetector"
19
- spec.version = "1.0.0"
+ spec.version = "1.0.1"
20
spec.summary = "ZYVisionDetector is a simple camera recorder and use Vision framework to detect retangle in video"
21
22
# This description is used to generate tags and improve search results.
0 commit comments