mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-26 14:12:40 +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.osx.deployment_target = '10.14'
|
||||||
|
|
||||||
s.swift_version = '5.0'
|
s.swift_version = '5.0'
|
||||||
s.source_files = 'Sources/**/*'
|
s.source_files = 'Sources/Flatbuffers/*.swift'
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user