Skip to content
This repository was archived by the owner on Dec 17, 2021. It is now read-only.

Commit 0e9cb69

Browse files
committed
Version 0.6.0
1 parent e08b72f commit 0e9cb69

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,2 @@
11
.DS_Store
2-
/Carthage
32
/.build
4-
/Packages
5-
/*.xcodeproj

Readme.markdown

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
11
# Crypto
22

33
[![Version](https://img.shields.io/github/release/soffes/Crypto.svg)](https://github.com/soffes/Crypto/releases)
4-
![Swift Version](https://img.shields.io/badge/swift-4.0-orange.svg)
4+
![Swift Version](https://img.shields.io/badge/swift-5.0-orange.svg)
55
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
66

77
Simple CommonCrypto wrapper for Swift for macOS, iOS, watchOS, and tvOS with [Carthage](https://github.com/carthage/carthage) support.
88

9-
This library depends on [CommonCrypto](https://github.com/soffes/CommonCrypto) since you can't use it directly from Swift. If you don't my extensions and just want that made easy, use that library directly.
10-
119
Released under the [MIT license](LICENSE). Enjoy.
1210

13-
| Swift Version | Crypto Version |
14-
| ------------- | -------------- |
15-
| 4.0 | 0.5.4 |
16-
| 3.0 | 0.5.3 |
17-
| 3.1 | 0.5.2 |
18-
| 3.0.1 | 0.5.1 |
19-
| 3.0 | 0.5.0 |
20-
| 2.3 | 0.4.1 |
21-
| 2.2 | 0.4.0 |
22-
2311

2412
## Installation
2513

@@ -38,7 +26,7 @@ Currently, only digest and HMAC are supported.
3826

3927
### Digest
4028

41-
There are extensions for `NSData` and `String` for convenience:
29+
There are extensions for `Data` and `String` for convenience:
4230

4331
``` swift
4432
import Crypto

Support/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.5.4</string>
18+
<string>0.6.0</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)