Skip to content
This repository was archived by the owner on Nov 8, 2021. It is now read-only.

Commit 78b603e

Browse files
committed
Update PodSpec and Release 0.3.1
1 parent ea967db commit 78b603e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

IRLDocumentScanner.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@
99
Pod::Spec.new do |s|
1010

1111
s.name = "IRLDocumentScanner"
12-
s.version = "0.3.0"
12+
s.version = "0.3.1"
1313
s.summary = "A Drop-in Document Scanner based View Controller."
1414
s.description = "A very simple to use class allowing you scan document with border detection."
1515
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
1616

1717
s.homepage = "https://github.com/charlymr/IRLDocumentScanner"
1818
s.authors = { 'Denis Martin' => 'support@irlmobile.com' }
19-
s.source = { :git => 'https://github.com/charlymr/IRLDocumentScanner.git', :branch => 'master', :tag => '0.3.0'}
19+
s.source = { :git => 'https://github.com/charlymr/IRLDocumentScanner.git', :branch => 'master', :tag => '0.3.1'}
2020

2121
s.platform = :ios, '8.0'
2222

@@ -50,4 +50,4 @@ s.subspec 'Private' do |p|
5050
p.public_header_files = 'Source/Public/**/*.h', 'Source/IRLDocumentScanner.h', 'Source/Private/**/*.h'
5151
end
5252

53-
end
53+
end

0 commit comments

Comments
 (0)