Skip to content

Commit

Permalink
Fixes issue with cocoapods failing to be published because of docc (#…
Browse files Browse the repository at this point in the history
…7505)

Co-authored-by: Derek Bailey <derekbailey@google.com>
  • Loading branch information
mustiikhalil and dbaileychess committed Sep 1, 2022
1 parent d465b39 commit a79d61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/FlatBuffers.podspec
Expand Up @@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.14'

s.swift_version = '5.0'
s.source_files = 'Sources/**/*'
s.source_files = 'Sources/Flatbuffers/*.swift'
end

0 comments on commit a79d61e

Please sign in to comment.