Commit 34e36360 by Ильжан

Podspec

parent cd4ef2cd
Pod::Spec.new do |s|
s.name = 'JitsiMeetSDK'
s.version = '3.0.0'
s.summary = 'Jitsi Meet iOS SDK'
s.description = 'Jitsi Meet is a WebRTC compatible, free and Open Source video conferencing system that provides browsers and mobile applications with Real Time Communications capabilities.'
s.homepage = 'https://github.com/jitsi/jitsi-meet-ios-sdk-releases'
s.license = 'Apache 2'
s.authors = 'The Jitsi Meet project authors'
s.source = { :git => 'https://gitlab.atma.company/root/babyjitsi-ios.git', :tag => s.version }
s.platform = :ios, '11.0'
s.vendored_frameworks = 'Frameworks/JitsiMeetSDK.xcframework', 'Frameworks/WebRTC.xcframework'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment