diff --git a/Locksmith.podspec b/Locksmith.podspec index d341801..4db7d45 100644 --- a/Locksmith.podspec +++ b/Locksmith.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Locksmith" - s.version = "2.0.2" + s.version = "2.0.5" s.summary = "Locksmith is a powerful, protocol-oriented library for working with the keychain in Swift." s.description = <<-DESC Locksmith is a powerful, protocol-oriented library for working with the iOS, Mac OS X, watchOS, and tvOS keychain in Swift. It provides extensive support for a lot of different keychain requests, and extensively uses Swift-native concepts.