Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
morizotter committed May 31, 2016
1 parent a2af3b1 commit 94ee0ba
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ It's fun!

##Runtime Requirements

- Swift 2.1
- iOS8.1 or later
- Xcode 7.1
- Swift 2.2
- Xcode 7.3
- iOS8.0 or later

TouchVisualizer works with Swift 2.1 from version 1.3.0.
TouchVisualizer works with Swift 2.2 from version 1.4.0.

## Installation and Setup
**Note:** Embedded frameworks require a minimum deployment target of iOS 8.1.
Expand All @@ -53,9 +53,9 @@ $ pods --version
To integrate TouchVisualizer into your Xcode project using CocoaPods, specify it in your `Podfile` and run `pod install`.

```bash
platform :ios, '8.1'
platform :ios, '8.0'
use_frameworks!
pod "TouchVisualizer", '~>1.3.0'
pod "TouchVisualizer", '~>1.4.0'
```

###Installing with Carthage
Expand All @@ -71,7 +71,7 @@ $ brew install carthage
To integrate TouchVisualizer into your Xcode project using Carthage, specify it in your `Cartfile`:

```ogdl
github "morizotter/TouchVisualizer" "1.3.0"
github "morizotter/TouchVisualizer" "1.4.0"
```

###Manual Installation
Expand Down

0 comments on commit 94ee0ba

Please sign in to comment.