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

Commit

Permalink
Update podspec & README
Browse files Browse the repository at this point in the history
  • Loading branch information
morizotter committed Apr 5, 2016
1 parent 13c8143 commit 30c8f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KeyboardObserver.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "KeyboardObserver"
s.version = "0.2.1"
s.version = "0.3.0"
s.summary = "For less complicated keyboard event handling."
s.description = <<-DESC
- Less complicated keyboard event handling.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ To integrate TouchVisualizer into your Xcode project using CocoaPods, specify it
```bash
platform :ios, '8.0'
use_frameworks!
pod "KeyboardObserver", '~>0.2.0'
pod "KeyboardObserver", '~>0.3.0'
```

### Manual Installation
Expand Down

0 comments on commit 30c8f9d

Please sign in to comment.