feat: Base classes for encryption and decryption user token with pin code or biometry

Pin code validators
This commit is contained in:
2022-12-12 19:07:43 +05:00
parent 8c696af6d9
commit 18cd001ab9
58 changed files with 1462 additions and 32 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'TIUIKitCore'
s.version = '1.29.1'
s.version = '1.30.0'
s.summary = 'Core UI elements: protocols, views and helpers.'
s.homepage = 'https://github.com/TouchInstinct/LeadKit/tree/' + s.version.to_s + '/' + s.name
s.license = { :type => 'MIT', :file => 'LICENSE' }