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

Commit

Permalink
Update README & podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
morizotter committed Sep 20, 2016
1 parent a391c19 commit 1506d8c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ It's fun!

##Runtime Requirements

- Swift 2.2
- Xcode 7.3
- Swift 2.3
- Xcode 8.0
- iOS8.0 or later

TouchVisualizer works with Swift 2.2 from version 1.4.0.
Expand All @@ -55,7 +55,7 @@ To integrate TouchVisualizer into your Xcode project using CocoaPods, specify it
```bash
platform :ios, '8.0'
use_frameworks!
pod "TouchVisualizer", '~>1.4.0'
pod "TouchVisualizer", '~>1.5.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.4.0"
github "morizotter/TouchVisualizer" "1.5.0"
```

###Manual Installation
Expand Down
2 changes: 1 addition & 1 deletion TouchVisualizer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "TouchVisualizer"
s.version = "1.4.0"
s.version = "1.5.0"
s.summary = "Effective presentation with TouchVisualizer!"
s.description = <<-DESC
TouchVisualizer is a lightweight and pure Swift implemented library for visualizing touches on the screen. Let's give an effective presentation with TouchVisualizer!
Expand Down

0 comments on commit 1506d8c

Please sign in to comment.