Update ScrollViewProxy.podspec

This commit is contained in:
Amzd 2021-01-25 13:07:13 +01:00 committed by GitHub
parent 1e63a6cdbc
commit 466696c616
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'