Skip to content

Commit 6c04d85

Browse files
authored
Update PublishedObject.podspec
1 parent e020a36 commit 6c04d85

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

PublishedObject.podspec

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ Pod::Spec.new do |s|
55
s.homepage = 'https://github.com/Amzd/PublishedObject'
66
s.author = { 'Casper Zandbergen' => 'info@casperzandbergen.nl' }
77
s.source = { :git => 'https://github.com/Amzd/PublishedObject.git', :tag => s.version.to_s }
8-
s.ios.deployment_target = '11.0'
8+
99
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'
1015
end

0 commit comments

Comments
 (0)