@@ -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."
@@ -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