-
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.
* Fix delegate * Bump versions * Update Sources/SmileID/Resources/Localization/en.lproj/Localizable.strings Co-authored-by: Michael <[email protected]> * renamed instructions and re-ordered products * Update Swift Docs --------- Co-authored-by: Michael <[email protected]> Co-authored-by: Juma Allan <[email protected]>
- Loading branch information
1 parent
c1eeaad
commit 97de4ee
Showing
11 changed files
with
98 additions
and
74 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.0.0-beta08' | ||
s.version = '10.0.0-beta09' | ||
s.summary = 'The Official Smile Identity iOS SDK.' | ||
s.homepage = "https://docs.smileidentity.com/mobile/ios" | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.homepage = 'https://docs.usesmileid.com/integration-options/mobile/ios-v10-beta' | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { 'Jubril O' => '[email protected]', 'Japhet' => '[email protected]', 'Juma Allan' => '[email protected]', 'Vansh Gandhi' => '[email protected]'} | ||
s.source = { :git => "https://github.com/smileidentity/ios.git", :tag => "v10.0.0-beta08" } | ||
s.source = { :git => "https://github.com/smileidentity/ios.git", :tag => "v10.0.0-beta09" } | ||
s.ios.deployment_target = '13.0' | ||
s.dependency 'Zip', '~> 2.1.0' | ||
s.swift_version = '5.5' | ||
|
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
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
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