Release 1.0.5 version

This commit is contained in:
Александр Кургин
2023-06-05 17:59:47 +03:00
parent d60cd55d88
commit 90f177be98
133 changed files with 33 additions and 3092 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
platform :ios, '10.0'
platform :ios, '13.0'
source 'https://github.com/CocoaPods/Specs.git'
source 'https://git.yoomoney.ru/scm/sdk/cocoa-pod-specs.git'
@@ -42,7 +42,7 @@ post_install do |installer|
target.build_configurations.each do |config|
config.build_settings["ONLY_ACTIVE_ARCH"] = "YES"
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '12.0'
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '13.0'
end
end
end