Skip to content

Commit

Permalink
2.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
merenkoff committed Jul 21, 2021
1 parent 1161c00 commit 2aea9d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["UnstoppableDomainsResolution"])
],
dependencies: [
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", from: "1.3.8"),
.package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMajor(from: "1.0.0")),
.package(url: "https://github.com/attaswift/BigInt.git", from: "5.0.0")
],
targets: [
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ Resoultion supports decentralized domains across three main zones:
## Cocoa Pods

```ruby
pod 'UnstoppableDomainsResolution', '~> 1.0.0'
pod 'UnstoppableDomainsResolution', '~> 2.0.0'
```

## Swift Package Manager

```swift
package.dependencies.append(
.package(url: "https://github.com/unstoppabledomains/resolution-swift", from: "1.0.0")
.package(url: "https://github.com/unstoppabledomains/resolution-swift", from: "2.0.0")
)
```

Expand Down
4 changes: 2 additions & 2 deletions UnstoppableDomainsResolution.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "UnstoppableDomainsResolution"
spec.version = "1.0.0"
spec.version = "2.0.0"
spec.summary = "Swift framework for resolving Unstoppable domains."

spec.description = <<-DESC
Expand All @@ -23,6 +23,6 @@ Pod::Spec.new do |spec|

spec.resources = "Sources/UnstoppableDomainsResolution/Resources/**/*.json"

spec.dependency 'CryptoSwift', '~> 1.4.1'
spec.dependency 'CryptoSwift'
spec.dependency 'BigInt'
end

0 comments on commit 2aea9d7

Please sign in to comment.