Skip to content

Commit 01066f8

Browse files
author
zhangyun
committed
[build]: update package.swift file
1 parent be93674 commit 01066f8

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// swift-tools-version:5.1
12
import PackageDescription
23

34
let package = Package(

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@
88

99
## Install
1010

11+
* Cocoapods
1112
`pod ZYVisionDetector`
1213

14+
* SPM
15+
16+
` `
1317

1418

1519
## Usage

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.1"
19+
spec.version = "1.0.2"
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)