Podspec
Showing
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 |
Please
register
or
sign in
to comment