-
Notifications
You must be signed in to change notification settings - Fork 0
/
JitsiMeetSDK.podspec
18 lines (15 loc) · 967 Bytes
/
JitsiMeetSDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Pod::Spec.new do |s|
s.name = 'JitsiMeetSDK'
s.version = '2.12.0-external-callkit'
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 => '[email protected]:sorinant/jitsi-meet-pods.git', :tag => s.version }
s.social_media_url = 'https://twitter.com/jitsinews'
s.platform = :ios, '11.0'
s.vendored_frameworks = 'Frameworks/JitsiMeet.framework', 'Frameworks/WebRTC.framework'
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end