From 466696c616a9c42829aada51f1e2b7ff486a0e2b Mon Sep 17 00:00:00 2001 From: Amzd Date: Mon, 25 Jan 2021 13:07:13 +0100 Subject: [PATCH] Update ScrollViewProxy.podspec --- ScrollViewProxy.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ScrollViewProxy.podspec b/ScrollViewProxy.podspec index a694286..142a865 100644 --- a/ScrollViewProxy.podspec +++ b/ScrollViewProxy.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/Amzd/ScrollViewProxy.git', :tag => s.version.to_s } s.dependency 'Introspect', '>= 0.1.2' s.source_files = 'Sources/**/*.swift' - + s.swift_version = '5.1' s.ios.deployment_target = '11.0' s.tvos.deployment_target = '11.0'