Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtyagniy-mail-ru committed Aug 9, 2021
1 parent 8d85e07 commit fd42755
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ let package = Package(
],
targets: [
Target.binaryTarget(name: "Libverify",
url: "https://github.com/mailru/LibverifySDK-iOS/releases/download/v0.0.1/Libverify.zip",
checksum: "2ae55ccd41b0e2a57c218dd12d1dcf06a172c74aabfb91e55f2b651a031163ae"),
url: "https://github.com/mailru/LibverifySDK-iOS/releases/download/v2.0.0/Libverify.zip",
checksum: "f4943ae1dfd9b27048bf3b923327d66ea2575d89763e26e2200ff3cb29189061"),
Target.binaryTarget(name: "LibverifyControls",
url: "https://github.com/mailru/LibverifySDK-iOS/releases/download/v0.0.1/LibverifyControls.zip",
checksum: "bac77ef0c1e3fd6002b969026ca55540c4cf4c13c5309b91a89a127c3c47f9c4"),
url: "https://github.com/mailru/LibverifySDK-iOS/releases/download/v2.0.0/LibverifyControls.zip",
checksum: "ad74f5a4ade4460133f6e3e7ebfb8728b2db1b7f27ad29da900cb82fc89b104e"),
Target.binaryTarget(name: "LibverifyExt",
url: "https://github.com/mailru/LibverifySDK-iOS/releases/download/v0.0.1/LibverifyExt.zip",
checksum: "72285b558455dd52f8f90b3da2cb33ba06f5feec0e0870cf36047674f598b903")
url: "https://github.com/mailru/LibverifySDK-iOS/releases/download/v2.0.0/LibverifyExt.zip",
checksum: "f13d22c6b862da8e09ec2f9316d4916ea3217001edaa6c8bce90dc6f9930a618")
]
)
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,4 @@ Libverify Mail.ru ([email protected])

## License

This project is distributing under LGPL license.
Also it contains code from other projects such as **libPhoneNumber-iOS** and **YYModel**
Please look at LICENSE and NOTICE files.
This project is distributing under LGPL license. Also it contains code from other projects such as **libPhoneNumber-iOS** and **YYModel**. Please look at LICENSE and NOTICE files.

0 comments on commit fd42755

Please sign in to comment.