Skip to content

Commit 1248e32

Browse files
author
Cesar Vargas Casaseca
committed
Update for 0.1.2
1 parent 3fb6778 commit 1248e32

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ import Warhol
5858
[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate Alamofire into your Xcode project using Carthage, specify it in your `Cartfile`:
5959

6060
```ogdl
61-
github "toupper/Warhol" ~> 0.1.1
61+
github "toupper/Warhol" ~> 0.1.2
6262
```
6363

6464
### Swift Package Manager
@@ -69,7 +69,7 @@ Once you have your Swift package set up, adding Warhol as a dependency is as eas
6969

7070
```swift
7171
dependencies: [
72-
.package(url: "https://github.com/toupper/Warhol.git", .upToNextMajor(from: "0.1.1"))
72+
.package(url: "https://github.com/toupper/Warhol.git", .upToNextMajor(from: "0.1.2"))
7373
]
7474
```
7575
## Manually

Warhol.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
Pod::Spec.new do |s|
99
s.name = "Warhol"
10-
s.version = "0.1.1"
10+
s.version = "0.1.2"
1111
s.summary = "Face detection made easy."
1212
s.description = <<-DESC
1313
Warhol acts as a wrapper on top of the Apple Vision Framework, detecting the features of a face from camera or image and providing these elements position in your own coordinates, so you can easily draw on top.

0 commit comments

Comments
 (0)