FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
react-native-webrtc/stream-react-native-webrtc.podspec at master · GetStream/react-native-webrtc · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
GetStream
/
react-native-webrtc
Public
forked from
livekit/react-native-webrtc
Notifications
You must be signed in to change notification settings
Fork
3
Star
4
Code
Pull requests
3
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
react-native-webrtc
/
stream-react-native-webrtc.podspec
Copy path
More file actions
More file actions
Latest commit
History
History
History
29 lines (25 loc) · 1.26 KB
Breadcrumbs
react-native-webrtc
/
stream-react-native-webrtc.podspec
Copy path
File metadata and controls
29 lines (25 loc) · 1.26 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
require
'json'
package
=
JSON
.
parse
(
File
.
read
(
File
.
join
(
__dir__
,
'package.json'
)
)
)
Pod
::
Spec
.
new
do
|
s
|
s
.
name
=
'stream-react-native-webrtc'
s
.
version
=
package
[
'version'
]
s
.
summary
=
package
[
'description'
]
s
.
homepage
=
'https://github.com/GetStream/react-native-webrtc'
s
.
license
=
package
[
'license'
]
s
.
author
=
'https://github.com/GetStream/react-native-webrtc/graphs/contributors'
s
.
source
=
{
:git
=>
'git@github.com:GetStream/react-native-webrtc.git'
,
:tag
=>
'release #{s.version}'
}
s
.
requires_arc
=
true
s
.
platform
=
:ios
,
'13.0'
s
.
preserve_paths
=
'ios/**/*'
s
.
source_files
=
'ios/**/*.{h,m,mm,swift}'
s
.
libraries
=
'c'
,
'sqlite3'
,
'stdc++'
s
.
framework
=
'AudioToolbox'
,
'AVFoundation'
,
'CoreAudio'
,
'CoreGraphics'
,
'CoreVideo'
,
'GLKit'
,
'VideoToolbox'
s
.
swift_version
=
'5.0'
s
.
dependency
'React-Core'
# WebRTC version from https://github.com/GetStream/stream-video-swift-webrtc releases
s
.
dependency
'StreamWebRTC'
,
'= 145.15.0'
# Swift/Objective-C compatibility #https://blog.cocoapods.org/CocoaPods-1.5.0/
s
.
pod_target_xcconfig
=
{
'DEFINES_MODULE'
=>
'YES'
}
end
Back
|
FazBrowse Home
|
New Git URL