Skip to content

Commit

Permalink
chore: release 10.2.1 (#189)
Browse files Browse the repository at this point in the history
* chore: release 10.2.1

* fix: update release tag in podspec
  • Loading branch information
JNdhlovu committed Jul 2, 2024
1 parent ba352a7 commit 1ac3b0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmileID.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://docs.usesmileid.com/integration-options/mobile/ios-v10-beta'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Japhet' => 'japhet@usesmileid.com', 'Juma Allan' => 'juma@usesmileid.com', 'Vansh Gandhi' => 'vansh@usesmileid.com'}
s.source = { :git => "https://github.com/smileidentity/ios.git", :tag => "v10.2.0" }
s.source = { :git => "https://github.com/smileidentity/ios.git", :tag => "v10.2.1" }
s.ios.deployment_target = '13.0'
s.dependency 'Zip', '~> 2.1.0'
s.dependency 'lottie-ios', '~> 4.4.2'
Expand Down

0 comments on commit 1ac3b0a

Please sign in to comment.