Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e7ece35421 | |||
| 8dd3200ae3 |
@@ -1,3 +1,5 @@
|
||||
> This is Locksmith’s compatibility branch for Swift 1.2
|
||||
|
||||
# Locksmith
|
||||
|
||||
A sane way to work with the iOS Keychain in Swift.
|
||||
@@ -16,9 +18,7 @@ A sane way to work with the iOS Keychain in Swift.
|
||||
Locksmith is available through [CocoaPods](http://cocoapods.org). To install
|
||||
it, simply add the following line to your Podfile:
|
||||
|
||||
pod "Locksmith"
|
||||
|
||||
Swift 2 support is available via the `2.0` branch.
|
||||
pod "Locksmith", :git => 'https://github.com/matthewpalmer/Locksmith.git', :branch => '1.2.2'
|
||||
|
||||
### Manual
|
||||
|
||||
|
||||
Reference in New Issue
Block a user