From 4e096a64ec5e8a5966e04397d96cd31f58a26f5f Mon Sep 17 00:00:00 2001 From: John C Date: Fri, 23 Oct 2015 11:33:06 +1100 Subject: [PATCH] Removed version from podfile example --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 812d074..76dd4e1 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,12 @@ An example project is included in the eWAY iOS SDK GitHub repository to demonstr Installing with [CocoaPods](https://cocoapods.org/) is quick and easy: -Add the eWAY SDK to the project's Podfile: +Add the eWAY iOS SDK to the project's Podfile: ``` - pod 'eWAYPaymentsSDK', '1.0.0' + pod 'eWAYPaymentsSDK' ``` -*Note that the version is required while the eWAY iOS SDK is in beta.* - Then run ```pod install``` to download and install the SDK ##Usage