fix: `Antlr4` dependency added to podspec
This commit is contained in:
parent
fc6a735d94
commit
41d18bf3a6
|
|
@ -19,4 +19,6 @@ Pod::Spec.new do |s|
|
|||
s.source_files = s.name + sources
|
||||
s.exclude_files = s.name + '/*.app'
|
||||
end
|
||||
|
||||
s.dependency 'Antlr4', '4.10.1'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in New Issue