Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele authored and Daniele committed Dec 2, 2014
1 parent 8849936 commit 02a9a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Integrate into an existing project
Add the following line to your Podfile then run `pod update`

```
pod 'TesseractOCRiOS', '~> 3.1'
pod 'TesseractOCRiOS', '3.1'
```
#### Development version
Add the following line to your Podfile then run `pod update`
Expand Down
2 changes: 1 addition & 1 deletion TesseractOCRiOS.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TesseractOCRiOS'
s.version = 3.1
s.version = '3.1'

s.summary = 'It helps you to use OCR in iOS projects, writing Objective-C. Easy and fast.'

Expand Down

0 comments on commit 02a9a4a

Please sign in to comment.