Manos Chorianopoulos

podspec part5

......@@ -51,10 +51,10 @@ Pod::Spec.new do |spec|
# <== NEW
# Add explicit Swift version
spec.swift_version = '5.0'
# spec.swift_version = '5.0'
# Add explicit deployment target
spec.ios.deployment_target = '17.0'
# spec.ios.deployment_target = '17.0'
# Add explicit build settings
# spec.pod_target_xcconfig = {
......