Skip to content

Commit

Permalink
3.1 cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele authored and Daniele committed Dec 2, 2014
1 parent 99ee187 commit 8849936
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Tesseract OCR iOS 3.03 (Leptonica 1.70)
Tesseract OCR iOS 3.1 (Leptonica 1.70)
=================

**Tesseract OCR iOS is a Framework for iOS5+.**
Expand All @@ -21,7 +21,7 @@ Integrate into an existing project
Add the following line to your Podfile then run `pod update`

```
pod 'TesseractOCRiOS', '~> 2.2'
pod 'TesseractOCRiOS', '~> 3.1'
```
#### Development version
Add the following line to your Podfile then run `pod update`
Expand Down Expand Up @@ -153,6 +153,8 @@ Known Limitations

Updates in this version
=================
### 3.1 Cocoapods

### 3.03 (Thanks to [Kevin Conley](https://github.com/kevincon))
- This update fixes the confidence value issue I reported in #56
- fixed the memory leak
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 = '2.3'
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 8849936

Please sign in to comment.