mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-02 04:04:19 +00:00
Fixes issue with cocoapods failing to be published because of docc (#7505)
Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user