-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,25 @@ | ||
Pod::Spec.new do |s| | ||
s.name = "SendBirdDesk" | ||
s.version = "1.1.4" | ||
s.version = "1.1.5" | ||
s.summary = "SendBird Desk iOS Framework" | ||
s.homepage = "https://sendbird.com" | ||
s.license = "Commercial" | ||
s.author = { "Jed Gyeong" => "[email protected]", "Tez Park" => "[email protected]", "Minhyuk Kim" => "[email protected]", "Jaesung Lee" => "[email protected]" } | ||
s.author = { | ||
"Jed Gyeong" => "[email protected]", | ||
"Tez Park" => "[email protected]", | ||
"Minhyuk Kim" => "[email protected]", | ||
'Sendbird' => '[email protected]', | ||
'Celine Moon' => '[email protected]', | ||
"Damon Park" => "[email protected]", | ||
"Young Hwang" => "[email protected]", | ||
"Kai Lee" => "[email protected]" | ||
} | ||
s.source = { :git => "https://github.com/sendbird/SendBird-Desk-iOS-Framework.git", :tag => "v#{s.version}" } | ||
s.requires_arc = true | ||
s.platform = :ios, "11.0" | ||
s.platform = :ios, "12.0" | ||
s.documentation_url = 'https://docs.sendbird.com/' | ||
s.ios.vendored_frameworks = 'SendBirdDesk.xcframework' | ||
s.ios.frameworks = ["UIKit", "AVFoundation", "AVKit", "UserNotifications"] | ||
|
||
s.dependency 'SendbirdChatSDK', ">= 4.6.7" | ||
s.dependency 'SendbirdChatSDK', ">= 4.18.0" | ||
end |