Răsfoiți Sursa

Update to Swift 5.0

Evgenii Neumerzhitckii 6 ani în urmă
părinte
comite
8384b7b59a
3 a modificat fișierele cu 9 adăugiri și 2 ștergeri
  1. 6 0
      CHANGELOG.md
  2. 2 2
      KeychainSwift.podspec
  3. 1 0
      README.md

+ 6 - 0
CHANGELOG.md

@@ -1,6 +1,12 @@
 # KeychainSwift version history
 
 
+
+## 14.0.0 (2019-04-03)
+
+Update to Swift 5.0 ([schayes04](https://github.com/schayes04)).
+
+
 ## 13.0.0 (2018-10-23)
 
 Increased watchOS deployment target to 3.0 ([xuaninbox](https://github.com/xuaninbox)).

+ 2 - 2
KeychainSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name        = "KeychainSwift"
-  s.version     = "13.0.0"
+  s.version     = "14.0.0"
   s.license     = { :type => "MIT" }
   s.homepage    = "https://github.com/evgenyneu/keychain-swift"
   s.summary     = "A library for saving text and data in the Keychain with Swift."
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
   s.osx.deployment_target = "10.10"
   s.watchos.deployment_target = "3.0"
   s.tvos.deployment_target = "9.0"
-  s.swift_version = "4.2"
+  s.swift_version = "5.0"
 end

+ 1 - 0
README.md

@@ -246,6 +246,7 @@ Here are some other Keychain libraries.
 * Thanks to [elikohen](https://github.com/elikohen) for fixing concurrency issues.
 * Thanks to [beny](https://github.com/beny) for adding Swift 4.2 support.
 * Thanks to [xuaninbox](https://github.com/xuaninbox) for fixing watchOS deployment target for Xcode 10.
+* Thanks to [schayes04](https://github.com/schayes04) for adding Swift 5.0 support.