Skip to content

Commit fed49a9

Browse files
committed
Update README.md
[skip ci]
1 parent 4c9b8d1 commit fed49a9

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# SimpleKeychain
22

3-
[![CI Status](http://img.shields.io/travis/auth0/SimpleKeychain.svg?style=flat)](https://travis-ci.org/auth0/SimpleKeychain)
4-
[![Version](https://img.shields.io/cocoapods/v/SimpleKeychain.svg?style=flat)](http://cocoadocs.org/docsets/SimpleKeychain)
5-
[![License](https://img.shields.io/cocoapods/l/SimpleKeychain.svg?style=flat)](http://cocoadocs.org/docsets/SimpleKeychain)
6-
[![Platform](https://img.shields.io/cocoapods/p/SimpleKeychain.svg?style=flat)](http://cocoadocs.org/docsets/SimpleKeychain)
3+
[![CI Status](http://img.shields.io/travis/auth0/SimpleKeychain.svg?style=flat-square)](https://travis-ci.org/auth0/SimpleKeychain)
4+
[![Version](https://img.shields.io/cocoapods/v/SimpleKeychain.svg?style=flat-square)](http://cocoadocs.org/docsets/SimpleKeychain)
5+
[![License](https://img.shields.io/cocoapods/l/SimpleKeychain.svg?style=flat-square)](http://cocoadocs.org/docsets/SimpleKeychain)
6+
[![Platform](https://img.shields.io/cocoapods/p/SimpleKeychain.svg?style=flat-square)](http://cocoadocs.org/docsets/SimpleKeychain)
7+
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat-square)](https://github.com/Carthage/Carthage)
78

89
A wrapper to make it really easy to deal with iOS Keychain and store your user's credentials securely.
910

@@ -29,19 +30,23 @@ At least iOS 7, if you want to use `kSecAttrAccessControl` with the flag `useAcc
2930
3031
## Installation
3132
33+
###CocoaPods
34+
3235
SimpleKeychain is available through [CocoaPods](http://cocoapods.org). To install
3336
it, simply add the following line to your Podfile:
3437
35-
pod "SimpleKeychain"
38+
```ruby
39+
pod "SimpleKeychain"
40+
```
3641

3742
Or you can add `A0SimpleKeychain.h` and `A0SimpleKeychain.m` to your project.
3843

39-
###Swift
44+
###Carthage
4045

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:
46+
In your Cartfile add this line
4247

43-
```objc
44-
#import <SimpleKeychain/A0SimpleKeychain.h>
48+
```
49+
github "auth0/SimpleKeychain"
4550
```
4651

4752
##A0SimpleKeychain

0 commit comments

Comments
 (0)