We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e020a36 commit 6c04d85Copy full SHA for 6c04d85
1 file changed
PublishedObject.podspec
@@ -5,6 +5,11 @@ Pod::Spec.new do |s|
5
s.homepage = 'https://github.com/Amzd/PublishedObject'
6
s.author = { 'Casper Zandbergen' => 'info@casperzandbergen.nl' }
7
s.source = { :git => 'https://github.com/Amzd/PublishedObject.git', :tag => s.version.to_s }
8
- s.ios.deployment_target = '11.0'
+
9
s.source_files = 'Sources/**/*.swift'
10
11
+ s.swift_version = '5.1'
12
+ s.ios.deployment_target = '11.0'
13
+ s.tvos.deployment_target = '11.0'
14
+ s.osx.deployment_target = '10.13'
15
end
0 commit comments