diff --git a/README.md b/README.md index 70bd898..6f849b6 100644 --- a/README.md +++ b/README.md @@ -90,3 +90,20 @@ NSData *data1 = [decoder hex:@"CC0A69779E15780ADAE46C45EB451A23"]; NSData *data2 = [decoder base64:@"zT1PS64MnXIUDCUiy13RRg=="]; // data2 = ``` + + +##Installation +1. **git:** +``` +$ git clone git://github.com/kelp404/CocoaSecurity.git +``` + +2. **CocoadPods:** +add `Podfile` in your project path +``` +platform :ios +pod 'CocoaSecurity' +``` +``` +$ pod install +```