Updated podspec to use my version of Introspect that supports iOS 11

This commit is contained in:
Casper Zandbergen 2020-12-08 12:25:22 +01:00
parent 3ecd26174d
commit 9b55029f9e
1 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,11 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/amzd/ScrollViewProxy'
s.author = { 'Casper Zandbergen' => 'info@casperzandbergen.nl' }
s.source = { :git => 'https://github.com/amzd/ScrollViewProxy.git', :tag => s.version.to_s }
s.dependency 'Introspect'
s.ios.deployment_target = '11.0'
s.dependency 'AmzdIntrospect', '>= 0.1.1'
s.source_files = 'Sources/**/*.swift'
s.swift_version = '5.1'
s.ios.deployment_target = '11.0'
s.tvos.deployment_target = '11.0'
s.osx.deployment_target = '10.13'
end