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