v1.5.3 Release

This commit is contained in:
2024-03-10 17:44:29 +02:00
parent 4faa500454
commit a14c62e763
39 changed files with 483 additions and 171 deletions

View File

@ -12,9 +12,10 @@ def common_pods
pod 'UITextView+Placeholder', '~> 1.4.0'
pod 'SDCAlertView', '~> 12.0.3'
pod 'LNNotificationsUI', :git => 'https://github.com/LeoNatan/LNNotificationsUI.git', :commit => '3f75043fc6e77b4180b76cb6cfff4faa506ab9fc'
pod 'JGProgressHUD', '~> 1.4.0'
pod 'SnapKit', '~> 5.6.0'
pod 'JGProgressHUD', '~> 2.2.0'
pod 'SnapKit', '~> 5.6.0' # Update to 5.7.1 requires iOS 12.0
pod 'Yaml', '~> 3.4.4'
pod 'Mute', '~> 0.6.1' # To be used for changing tax status to busy when mute switch is toggled on
end
target :Antidote do