Skip to content

Commit

Permalink
Update podspec script.
Browse files Browse the repository at this point in the history
  • Loading branch information
lookdeceline committed Apr 26, 2023
1 parent 866d257 commit 2223bc3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions generate_podspec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ Pod::Spec.new do |s|
s.authors = {
'Jed Gyeong' => '[email protected]',
'Celine Moon' => '[email protected]',
'Erenst 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\" }
s.requires_arc = true
s.platform = :ios, '9.0'
s.platform = :ios, '11.0'
s.documentation_url = 'https://docs.sendbird.com/'
s.ios.vendored_frameworks = 'Sources/SendBirdSDK.xcframework'
s.ios.frameworks = ['UIKit', 'CFNetwork', 'Security', 'Foundation', 'MobileCoreServices', 'SystemConfiguration', 'CoreFoundation']
Expand Down

0 comments on commit 2223bc3

Please sign in to comment.