Skip to content

Commit ed1de3c

Browse files
committed
Tiny Fix
1 parent 2fff3c2 commit ed1de3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FlatBuffers.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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'

0 commit comments

Comments
 (0)