28 lines
560 B
JSON
28 lines
560 B
JSON
{
|
|
"name": "react-native-jitsi-meet",
|
|
"version": "2.4.0",
|
|
"summary": "Jitsi Meet SDK wrapper for React Native.",
|
|
"license": "Apache-2.0",
|
|
"authors": {
|
|
"name": "Sébastien Krafft",
|
|
"email": "skrafft@gmail.com"
|
|
},
|
|
"homepage": "https://github.com/skrafft/react-native-jitsi-meet",
|
|
"platforms": {
|
|
"ios": "9.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/skrafft/react-native-jitsi-meet.git",
|
|
"tag": "v2.4.0"
|
|
},
|
|
"source_files": "ios/**/*.{h,m}",
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
],
|
|
"JitsiMeetSDK": [
|
|
|
|
]
|
|
}
|
|
}
|