Evgenii Neumerzhitckii 9 лет назад
Родитель
Сommit
c0d3765949
2 измененных файлов с 2 добавлено и 2 удалено
  1. 1 1
      KeychainSwift.podspec
  2. 1 1
      README.md

+ 1 - 1
KeychainSwift.podspec

@@ -1,6 +1,6 @@
 Pod::Spec.new do |s|
   s.name        = "KeychainSwift"
-  s.version     = "6.0.0"
+  s.version     = "6.0.1"
   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."

+ 1 - 1
README.md

@@ -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: '6.0.0'
+    pod 'KeychainSwift', '~> 6.0'
 
 
 ## Legacy Swift versions