Răsfoiți Sursa

Upate to Xcode 8 beta 6

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

+ 4 - 0
CHANGELOG.md

@@ -1,5 +1,9 @@
 # KeychainSwift version history
 
+## 6.0.0 (2016-08-20)
+
+Update to Xcode 8 beta 6 (thanks, [Tulleb](https://github.com/Tulleb)).
+
 ## 5.0.0 (2016-08-13)
 
 Update to Xcode 8 beta 4/5.

+ 1 - 1
KeychainSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name        = "KeychainSwift"
-  s.version     = "5.0.0"
+  s.version     = "6.0.0"
   s.license     = { :type => "MIT" }
   s.homepage    = "https://github.com/marketplacer/keychain-swift"
   s.summary     = "A library for saving text and data in the Keychain with Swift."

+ 2 - 2
README.md

@@ -40,7 +40,7 @@ Simply add [KeychainSwiftDistrib.swift](https://github.com/marketplacer/keychain
 
 #### Setup with Carthage (iOS 8+)
 
-Alternatively, add `github "marketplacer/keychain-swift" ~> 5.0` to your Cartfile and run `carthage update`.
+Alternatively, add `github "marketplacer/keychain-swift" ~> 6.0` to your Cartfile and run `carthage update`.
 
 #### Setup with CocoaPods (iOS 8+)
 
@@ -48,7 +48,7 @@ If you are using CocoaPods add this text to your Podfile and run `pod install`.
 
     use_frameworks!
     target 'Your target name'
-    pod 'KeychainSwift', git: 'https://github.com/marketplacer/keychain-swift.git', tag: '5.0.0'
+    pod 'KeychainSwift', git: 'https://github.com/marketplacer/keychain-swift.git', tag: '6.0.0'
 
 
 ## Legacy Swift versions