Compare commits

..

2 Commits

Author SHA1 Message Date
Jouni Miettunen e8a716a568 Update pod spec to version 1.2.4 2016-04-14 08:46:28 +03:00
Jouni Miettunen b8fbb91160 Remove CustomDebugStringConvertible for Swift 2.2 2016-04-14 08:43:06 +03:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = "Locksmith"
s.version = "1.2.3"
s.version = "1.2.4"
s.summary = "Locksmith is a sane way to work with the iOS Keychain in Swift."
s.description = <<-DESC
Locksmith is a sane way to work with the iOS Keychain in Swift.
+1 -1
View File
@@ -25,7 +25,7 @@ public enum Accessible: Int {
WhenUnlockedThisDeviceOnly, AfterFirstUnlockThisDeviceOnly, AlwaysThisDeviceOnly
}
public class LocksmithRequest: NSObject, CustomDebugStringConvertible {
public class LocksmithRequest: NSObject {
// Keychain Options
// Required
public var service: String = LocksmithDefaultService