Skip to content

Commit

Permalink
Removed version from podfile example
Browse files Browse the repository at this point in the history
  • Loading branch information
incarnate committed Oct 23, 2015
1 parent adb7305 commit 4e096a6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4e096a6

Please sign in to comment.