From f419f87a7d80dd40943812712b48358eef2d9713 Mon Sep 17 00:00:00 2001 From: Michael Hohl Date: Sun, 2 Nov 2014 16:12:43 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7d3486..211c833 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ The aim of the MIHCrypto library is to provide an object-oriented interface whic [CocoaPods](http://cocoapods.org) is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries like MIHCrypto in your projects. ```ruby -platform :ios, '5.0' -pod "MIHCrypto", "~> 0.2.0" +platform :ios, '6.0' +pod "MIHCrypto", "~> 0.3.2" ``` ### Sample Code