Skip to content

Commit

Permalink
Update for 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Vargas Casaseca committed Apr 5, 2020
1 parent 3fb6778 commit 1248e32
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ import Warhol
[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`:

```ogdl
github "toupper/Warhol" ~> 0.1.1
github "toupper/Warhol" ~> 0.1.2
```

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

```swift
dependencies: [
.package(url: "https://github.com/toupper/Warhol.git", .upToNextMajor(from: "0.1.1"))
.package(url: "https://github.com/toupper/Warhol.git", .upToNextMajor(from: "0.1.2"))
]
```
## Manually
Expand Down
2 changes: 1 addition & 1 deletion Warhol.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Pod::Spec.new do |s|
s.name = "Warhol"
s.version = "0.1.1"
s.version = "0.1.2"
s.summary = "Face detection made easy."
s.description = <<-DESC
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.
Expand Down

0 comments on commit 1248e32

Please sign in to comment.