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

Commit

Permalink
Prepare for 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
morizotter committed May 6, 2015
1 parent e89da93 commit 34bf79b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ platform :ios, '8.1'
use_frameworks!
pod "TouchVisualizer", '~>1.1.2'
pod "TouchVisualizer", '~>1.1'
```

then, `pod install`
Expand All @@ -65,6 +65,7 @@ config.color = UIColor.redColor()
config.image = UIImage(named: "YOUR-IMAGE")
config.showsTimer = true
config.showsTouchRadius = true
config.showsLog = true
TouchVisualizer.start(config)
```

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.1.2"
s.version = "1.1.3"
s.summary = "Effective presentation with TouchVisualizer!"
s.description = <<-DESC
# Give a presentation more impressive with finter points.
Expand Down

0 comments on commit 34bf79b

Please sign in to comment.