2019-10-07 13:38:59 +00:00
{
"name" : "JitsiMeetSDK" ,
2020-05-08 16:37:49 +00:00
"version" : "2.8.1" ,
2019-10-07 13:38:59 +00:00
"summary" : "Jitsi Meet iOS SDK" ,
"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." ,
"homepage" : "https://github.com/jitsi/jitsi-meet-ios-sdk-releases" ,
"license" : "Apache 2" ,
"authors" : "The Jitsi Meet project authors" ,
"source" : {
"git" : "https://github.com/jitsi/jitsi-meet-ios-sdk-releases.git" ,
2020-05-08 16:37:49 +00:00
"tag" : "2.8.1"
2019-10-07 13:38:59 +00:00
} ,
"social_media_url" : "https://twitter.com/jitsinews" ,
"platforms" : {
2020-05-08 16:37:49 +00:00
"ios" : "11.0"
2019-10-07 13:38:59 +00:00
} ,
"vendored_frameworks" : [
"Frameworks/JitsiMeet.framework" ,
"Frameworks/WebRTC.framework"
]
}