diff --git a/CHANGELOG.md b/CHANGELOG.md index b90d0ae..7a59d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.1.0 + +* New: Expose AVDocumentScanner to be public + ## 2.0.0 * Bump to Swift 5 diff --git a/Example/Podfile.lock b/Example/Podfile.lock index 167ca6d..380c88b 100644 --- a/Example/Podfile.lock +++ b/Example/Podfile.lock @@ -1,7 +1,7 @@ PODS: - SwiftLint (0.31.0) - TOCropViewController (2.4.0) - - YesWeScan (2.0.0) + - YesWeScan (2.1.0) DEPENDENCIES: - SwiftLint @@ -20,7 +20,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: SwiftLint: 7a0227733d786395817373b2d0ca799fd0093ff3 TOCropViewController: 368d8df3ea43b62c3dc5a61f11b9048274d240bd - YesWeScan: 7dc387de2f0cfedf9acc4db5272bda905ddcdbb5 + YesWeScan: 339b411e85aed79c210fb2da213cd3ee0b013e3c PODFILE CHECKSUM: 2072a059059456ea19217f4b9200d97597246165 diff --git a/Gemfile.lock b/Gemfile.lock index 6d5df13..72d8777 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ GEM dotenv (2.7.2) emoji_regex (1.0.1) escape (0.0.4) - excon (0.62.0) + excon (0.64.0) faraday (0.15.4) multipart-post (>= 1.2, < 3) faraday-cookie_jar (0.0.6) @@ -67,7 +67,7 @@ GEM faraday_middleware (0.13.1) faraday (>= 0.7.4, < 1.0) fastimage (2.1.5) - fastlane (2.119.0) + fastlane (2.122.0) CFPropertyList (>= 2.3, < 4.0.0) addressable (>= 2.3, < 3.0.0) babosa (>= 1.0.2, < 2.0.0) @@ -142,7 +142,7 @@ GEM memoist (0.16.0) mime-types (3.2.2) mime-types-data (~> 3.2015) - mime-types-data (3.2018.0812) + mime-types-data (3.2019.0331) mini_magick (4.5.1) minitest (5.11.3) molinillo (0.6.6) @@ -153,7 +153,7 @@ GEM nap (1.1.0) naturally (2.2.0) netrc (0.11.0) - os (1.0.0) + os (1.0.1) plist (3.5.0) public_suffix (2.0.5) representable (3.0.4) @@ -187,10 +187,10 @@ GEM uber (0.1.0) unf (0.1.4) unf_ext - unf_ext (0.0.7.5) + unf_ext (0.0.7.6) unicode-display_width (1.5.0) word_wrap (1.0.0) - xcodeproj (1.8.2) + xcodeproj (1.9.0) CFPropertyList (>= 2.3.3, < 4.0) atomos (~> 0.1.3) claide (>= 1.0.2, < 2.0) diff --git a/YesWeScan.podspec b/YesWeScan.podspec index b0ac41a..240111a 100644 --- a/YesWeScan.podspec +++ b/YesWeScan.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'YesWeScan' - s.version = '2.0.0' + s.version = '2.1.0' s.summary = 'adorsys Document Scanner (incl. View Controller)' # This description is used to generate tags and improve search results.