Release 1.0.5 version
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user