diff --git a/IRLDocumentScanner.podspec b/IRLDocumentScanner.podspec index feda9c0..3d79593 100644 --- a/IRLDocumentScanner.podspec +++ b/IRLDocumentScanner.podspec @@ -9,14 +9,14 @@ Pod::Spec.new do |s| s.name = "IRLDocumentScanner" -s.version = "0.3.0" +s.version = "0.3.1" s.summary = "A Drop-in Document Scanner based View Controller." s.description = "A very simple to use class allowing you scan document with border detection." s.license = { :type => 'MIT', :file => 'LICENSE.txt' } s.homepage = "https://github.com/charlymr/IRLDocumentScanner" s.authors = { 'Denis Martin' => 'support@irlmobile.com' } -s.source = { :git => 'https://github.com/charlymr/IRLDocumentScanner.git', :branch => 'master', :tag => '0.3.0'} +s.source = { :git => 'https://github.com/charlymr/IRLDocumentScanner.git', :branch => 'master', :tag => '0.3.1'} s.platform = :ios, '8.0' @@ -50,4 +50,4 @@ s.subspec 'Private' do |p| p.public_header_files = 'Source/Public/**/*.h', 'Source/IRLDocumentScanner.h', 'Source/Private/**/*.h' end -end \ No newline at end of file +end