Skip to content

Commit

Permalink
add Installation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kelp404 committed Mar 19, 2013
1 parent 9024651 commit feb4413
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,20 @@ NSData *data1 = [decoder hex:@"CC0A69779E15780ADAE46C45EB451A23"];
NSData *data2 = [decoder base64:@"zT1PS64MnXIUDCUiy13RRg=="];
// data2 = <cd3d4f4b ae0c9d72 140c2522 cb5dd146>
```
##Installation
1. **git:**
```
$ git clone git://github.com/kelp404/CocoaSecurity.git
```
2. **<a href="http://cocoapods.org/?q=CocoaSecurity" target="_blank">CocoadPods</a>:**
add `Podfile` in your project path
```
platform :ios
pod 'CocoaSecurity'
```
```
$ pod install
```

0 comments on commit feb4413

Please sign in to comment.