Skip to content

Commit

Permalink
Release 2.1.16 with privacy manifest - pods
Browse files Browse the repository at this point in the history
  • Loading branch information
tezpark committed Apr 24, 2024
1 parent 179e69f commit 65718e2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions SendBirdUIKit.podspec
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
Pod::Spec.new do |s|
s.name = "SendBirdUIKit"
s.version = "2.1.16"
s.version = "2.1.16-privacy"
s.summary = "UIKit based on SendBirdSDK"
s.description = "SendBird UIKit is a framework composed of basic UI components based on SendBirdSDK."
s.homepage = "https://sendbird.com"
s.documentation_url = 'https://sendbird.com/docs/uikit'
s.license = "Commercial"
s.authors = {
"Jaesung Lee" => "jaesung.lee@sendbird.com",
"Tez" => "tez.park@sendbird.com"
"Tez" => "tez.park@sendbird.com",
"Celine" => "celine.moon@senrbid.com",
"Damon" => "damon.park@sendbird.com",
"Jed" => "jed.gyeong@sendbird.com",
"Minhyuk" => "minhyuk.kim@sendbird.com",
"Young" => "young.hwang@sendbird.com",
"Kai" => "kai.lee@sendbird.com"
}
s.platform = :ios, "11.0"
s.platform = :ios, "12.0"
s.source = { :git => "https://github.com/sendbird/sendbird-uikit-ios.git", :tag => "v#{s.version}" }
s.ios.vendored_frameworks = 'Framework/SendBirdUIKit.xcframework'
s.ios.frameworks = ["UIKit", "Foundation", "CoreData", "SendBirdSDK"]
s.requires_arc = true
s.dependency "SendBirdSDK", "~>3.0.226"
s.dependency "SendBirdSDK", "~>3.0.238-privacy"
s.ios.library = "icucore"
end

0 comments on commit 65718e2

Please sign in to comment.