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 Nov 17, 2015
1 parent 65335ab commit a285ed3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,11 @@ It's fun!

##Runtime Requirements

- Swift 2.1
- iOS8.1 or later
- Xcode 6.3
- Xcode 7.1

TouchVisualizer works with Swift 2.1 from version 1.3.0.

## Installation and Setup
**Note:** Embedded frameworks require a minimum deployment target of iOS 8.1.
Expand All @@ -52,7 +55,7 @@ To integrate TouchVisualizer into your Xcode project using CocoaPods, specify it
```bash
platform :ios, '8.1'
use_frameworks!
pod "TouchVisualizer", '~>1.2'
pod "TouchVisualizer", '~>1.3.0'
```

###Installing with Carthage
Expand All @@ -68,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.2.1"
github "morizotter/TouchVisualizer" "1.3.0"
```

###Manual Installation
Expand Down

0 comments on commit a285ed3

Please sign in to comment.