File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'FlatBuffers'
3- s . version = 'v24 .3.25'
3+ s . version = '24 .3.25'
44 s . summary = 'FlatBuffers: Memory Efficient Serialization Library'
55
66 s . description = "FlatBuffers is a cross platform serialization library architected for
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111 s . homepage = 'https://github.com/google/flatbuffers'
1212 s . license = { :type => 'Apache2.0' , :file => 'LICENSE' }
1313 s . author = { 'mustii' => 'me@mustiikhalil.se' }
14- s . source = { :git => 'https://github.com/google/flatbuffers.git' , :tag => s . version . to_s , :submodules => true }
14+ s . source = { :git => 'https://github.com/google/flatbuffers.git' , :tag => "v" + s . version . to_s , :submodules => true }
1515
1616 s . ios . deployment_target = '11.0'
1717 s . osx . deployment_target = '10.14'
You can’t perform that action at this time.
0 commit comments