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

Commit

Permalink
Update PodSpec and Release 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
charlymr committed Feb 23, 2018
1 parent ea967db commit 78b603e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions IRLDocumentScanner.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -50,4 +50,4 @@ s.subspec 'Private' do |p|
p.public_header_files = 'Source/Public/**/*.h', 'Source/IRLDocumentScanner.h', 'Source/Private/**/*.h'
end

end
end

0 comments on commit 78b603e

Please sign in to comment.