|
@@ -1,5 +1,5 @@
|
|
|
-[](http://cocoadocs.org/docsets/CryptoSwift)
|
|
|
-[](#swift-versions-support)
|
|
|
+[](#installation)
|
|
|
+[](#swift-versions-support)
|
|
|
[](https://cocoapods.org/pods/CryptoSwift)
|
|
|
[](https://github.com/apple/swift-package-manager)
|
|
|
[](https://github.com/apple/swift-package-manager)
|
|
@@ -30,6 +30,9 @@ Good mood
|
|
|
- Support for incremental updates (stream, ...)
|
|
|
- iOS, macOS, AppleTV, watchOS, Linux support
|
|
|
|
|
|
+## Donation
|
|
|
+[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=92Z6U3LBHF9J4) to make the CryptoSwift awesome! Thank you.
|
|
|
+
|
|
|
#### Hash (Digest)
|
|
|
- [MD5](http://tools.ietf.org/html/rfc1321)
|
|
|
- [SHA1](http://tools.ietf.org/html/rfc3174)
|
|
@@ -152,7 +155,7 @@ You can use [Swift Package Manager](https://swift.org/package-manager/) and spec
|
|
|
|
|
|
```swift
|
|
|
dependencies: [
|
|
|
- .Package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", majorVersion: 0)
|
|
|
+ .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .upToNextMinor(from: "0.8.0"))
|
|
|
]
|
|
|
```
|
|
|
|
|
@@ -160,7 +163,7 @@ or more strict
|
|
|
|
|
|
```swift
|
|
|
dependencies: [
|
|
|
- .Package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", "0.7.2"),
|
|
|
+ .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", .exact("0.8.0"))
|
|
|
]
|
|
|
```
|
|
|
|
|
@@ -422,6 +425,7 @@ Permission is granted to anyone to use this software for any purpose, including
|
|
|
- The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, **an acknowledgment in the product documentation is required**.
|
|
|
- Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.
|
|
|
- This notice may not be removed or altered from any source or binary distribution.
|
|
|
+- Redistributions of any form whatsoever must retain the following acknowledgment: 'This product includes software developed by the "Marcin Krzyzanowski" (http://krzyzanowskim.com/).'
|
|
|
|
|
|
## Changelog
|
|
|
|