{ "name": "react-native-webrtc", "version": "1.75.0", "summary": "WebRTC for React Native", "homepage": "https://github.com/react-native-webrtc/react-native-webrtc", "license": null, "authors": "https://github.com/react-native-webrtc/react-native-webrtc/graphs/contributors", "source": { "git": "git@github.com:react-native-webrtc/react-native-webrtc.git", "tag": "release #{s.version}" }, "requires_arc": true, "platforms": { "ios": "10.0" }, "preserve_paths": "ios/**/*", "source_files": "ios/**/*.{h,m}", "libraries": [ "c", "sqlite3", "stdc++" ], "frameworks": [ "AudioToolbox", "AVFoundation", "CoreAudio", "CoreGraphics", "CoreVideo", "GLKit", "VideoToolbox" ], "ios": { "vendored_frameworks": "ios/WebRTC.framework" }, "xcconfig": { "OTHER_LDFLAGS": "-framework WebRTC" }, "dependencies": { "React": [ ] } }