Adds ReactEventEmitter and full handling of broadcastStarted event

This commit is contained in:
Tiago Jacobs
2022-03-11 19:55:12 -03:00
parent 3c17cd7aed
commit a4ce10b000
52 changed files with 1737 additions and 1579 deletions

View File

@@ -10,11 +10,12 @@ Pod::Spec.new do |s|
s.license = package["license"]
s.authors = package["author"]
s.platforms = { :ios => "10.0" }
s.platforms = { :ios => "14.7" }
s.source = { :git => "https://github.com/bigbluebutton/bigbluebutton-mobile-sdk.git", :tag => "#{s.version}" }
s.source_files = "ios/**/*.{h,m,mm,swift}"
s.dependency "React-Core"
s.dependency "WebRTC-lib"
s.dependency "bigbluebutton-mobile-sdk-common"
end