Skip to content

Commit ba06079

Browse files
committed
Fix versioning not being able to parse vX.Y.Z and updates author
1 parent dafd2f1 commit ba06079

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
@@ -10,8 +10,8 @@ Pod::Spec.new do |s|
1010

1111
s.homepage = 'https://github.com/google/flatbuffers'
1212
s.license = { :type => 'Apache2.0', :file => 'LICENSE' }
13-
s.author = { 'mustii' => 'mustii@mmk.one' }
14-
s.source = { :git => 'https://github.com/google/flatbuffers.git', :tag => s.version.to_s, :submodules => true }
13+
s.author = { 'mustii' => 'me@mustiikhalil.se' }
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)