-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: optional confirmation on docv * feat: confirm optional * modify access for needed utis methos in wrappers * feat: changelog * chore: undo signing * feat: lint warnings * chore: lint * chore: lint * chore: bump version for release * chore: bump version for release * chore: bump version for release * chore: bump version for release * feat: make selfie instruction screen accessible to wrappers * feat: more util methos * feat: more util methos * feat: podspec
- Loading branch information
Showing
4 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'SmileID' | ||
s.version = '10.2.12' | ||
s.version = '10.2.13' | ||
s.summary = 'The Official Smile Identity iOS SDK.' | ||
s.homepage = 'https://docs.usesmileid.com/integration-options/mobile/ios-v10-beta' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'Japhet' => '[email protected]', 'Juma Allan' => '[email protected]', 'Vansh Gandhi' => '[email protected]'} | ||
s.source = { :git => "https://github.com/smileidentity/ios.git", :tag => "v10.2.12" } | ||
s.source = { :git => "https://github.com/smileidentity/ios.git", :tag => "v10.2.13" } | ||
s.ios.deployment_target = '13.0' | ||
s.dependency 'ZIPFoundation', '~> 0.9' | ||
s.dependency 'FingerprintJS' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters