Skip to content

Commit

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

Co-authored-by: Derek Bailey <derekbailey@google.com>
  • Loading branch information
mustiikhalil and dbaileychess committed Sep 1, 2022
1 parent cb52bf5 commit ac4fe4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 ac4fe4c

Please sign in to comment.