Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
arminbauer committed Feb 12, 2016
1 parent 72e2323 commit 5160953
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
## Requirements
- Xcode 7.0 or later
- Deployment Target: iOS 7 or later
- Supported Devices: iPhone
- Supported Devices: iPhone (4s + later), iPod Touch (5 + later), iPad (2 + later) by using upscaling
- Cocoapods installed

- Device with Wifi / 3G / LTE

## Installation
- Add the following pod dependencies to your podfile:
Expand All @@ -16,7 +16,8 @@ pod 'AFNetworking', '~> 2.6.3'
pod 'UIAlertView+Blocks', '~> 0.8.1'
pod 'OpenTok', '~> 2.6.1'
```
- Copy the idnow-sdk folder to your project directory or add the repo as a git submodule.
- Download the current release from and copy the idnow-sdk folder to your project directory
- Or add the repo as a git submodule (git lfs required. For the initial checkout do git lfs pull)
- Drag idnow-sdk folder into your Xcode project
- Add "Webkit.framework" and "Accelerate.framework" to your "Link binary with libraries" section
- Import 'IDnowSDK.h'
Expand Down

0 comments on commit 5160953

Please sign in to comment.