From feb4413b8a45104f146b2e0884e5437f7496192b Mon Sep 17 00:00:00 2001 From: Kelp Date: Tue, 19 Mar 2013 15:28:56 +0800 Subject: [PATCH] add Installation in readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 +```