Skip to content

Commit

Permalink
Bump PodSpec version to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mgutski committed Jun 27, 2023
1 parent 752ecfa commit d281fcc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FingerprintPro.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|
# Name and version
spec.name = 'FingerprintPro'
spec.version = '2.1.8'
spec.version = '2.2.0'

# License
spec.license = { type: 'Custom', file: 'LICENSE' }
Expand Down Expand Up @@ -29,7 +29,7 @@ Pod::Spec.new do |spec|

spec.vendored_frameworks = 'FingerprintPro.xcframework'

checksum = "7e372d8b43e4102bde42a300afb86852d610e3d770c34c7059cc22aa10db3f0f"
checksum = "dd5172878f002876409906b391f37def52592580a90ece9b4142135577c982e0"

spec.source = {
:http => "https://fpjs-public.s3.amazonaws.com/ios/#{spec.version}/FingerprintPro-#{spec.version}-#{checksum}.xcframework.zip"
Expand Down

0 comments on commit d281fcc

Please sign in to comment.