Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e8a716a568 | |||
| b8fbb91160 |
+1
-1
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user