Skip to content

Commit

Permalink
Fix podspec (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
cozzin committed Jun 19, 2023
1 parent 7b23ed4 commit 2642544
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SendBirdSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.authors = {
'Jed Gyeong' => '[email protected]',
'Celine Moon' => '[email protected]',
'Ernest Hong' => '[email protected]'
'Ernest Hong' => '[email protected]',
'Damon Park' => '[email protected]'
}
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => "v3.1.49" }
Expand Down
2 changes: 1 addition & 1 deletion generate_podspec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Pod::Spec.new do |s|
s.authors = {
'Jed Gyeong' => '[email protected]',
'Celine Moon' => '[email protected]',
'Ernest Hong' => '[email protected]'
'Ernest Hong' => '[email protected]',
'Damon Park' => '[email protected]'
}
s.source = { :git => 'https://github.com/sendbird/sendbird-ios-framework.git', :tag => \"v$VERSION\" }
Expand Down

0 comments on commit 2642544

Please sign in to comment.