Skip to content

Commit fe577a1

Browse files
committed
Updated podpec.
1 parent 5f10a44 commit fe577a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SendbirdSwiftUI.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
"Kai" => "[email protected]"
1717
}
1818
s.platform = :ios, "15.0"
19-
s.source = { :git => "https://github.com/sendbird/sendbird-swiftui-ios/releases/download/#{s.version}/SendbirdSwiftUI.zip", :sha1 => "ac0e1e7741d69b4e1f0ffc6cb0bf76d6f6de0923" }
19+
s.source = { :http => "https://github.com/sendbird/sendbird-swiftui-ios/releases/download/#{s.version}/SendbirdSwiftUI.zip", :sha1 => "ac0e1e7741d69b4e1f0ffc6cb0bf76d6f6de0923" }
2020
s.ios.vendored_frameworks = 'Framework/SendbirdSwiftUI.xcframework'
2121
s.ios.frameworks = ["UIKit", "SwiftUI", "Foundation", "CoreData", "SendbirdChatSDK"]
2222
s.requires_arc = true

0 commit comments

Comments
 (0)