You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A wrapper to make it really easy to deal with iOS Keychain and store your user's credentials securely.
9
10
@@ -29,19 +30,23 @@ At least iOS 7, if you want to use `kSecAttrAccessControl` with the flag `useAcc
29
30
30
31
## Installation
31
32
33
+
###CocoaPods
34
+
32
35
SimpleKeychain is available through [CocoaPods](http://cocoapods.org). To install
33
36
it, simply add the following line to your Podfile:
34
37
35
-
pod "SimpleKeychain"
38
+
```ruby
39
+
pod "SimpleKeychain"
40
+
```
36
41
37
42
Or you can add `A0SimpleKeychain.h` and `A0SimpleKeychain.m` to your project.
38
43
39
-
###Swift
44
+
###Carthage
40
45
41
-
In order to use `A0SimpleKeychain` class in Swift, you'll need to import it's header file in Xcode's Bridging Header. For example if using CocoaPods just add this line in your bridging header:
0 commit comments