Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
christianhatch committed Sep 4, 2022
1 parent 87b55d6 commit f5e47cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Derulo.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'Derulo'
s.version = '1.7.1'
s.version = '1.7.2'
s.summary = 'A flexible collection of Swift protocols and helpers to organize and manage translating between JSON and native Swift objects.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@ Swift 5.6

The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler.

Once you have your Swift package set up, adding AHDownloadButton as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.
Once you have your Swift package set up, adding Derulo as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`.

```swift
dependencies: [
.package(url: "https://github.com/dockwa/Derulo", .upToNextMajor(from: "1.7.0"))
.package(url: "https://github.com/dockwa/Derulo", .upToNextMajor(from: "1.7.2"))
]
```

Expand Down

0 comments on commit f5e47cf

Please sign in to comment.