23 lines
568 B
JSON
23 lines
568 B
JSON
{
|
|
"name": "react-native-webview",
|
|
"version": "10.3.2",
|
|
"summary": "React Native WebView component for iOS, Android, macOS, and Windows",
|
|
"license": "MIT",
|
|
"authors": "Jamon Holmgren <jamon@infinite.red>",
|
|
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
|
|
"platforms": {
|
|
"ios": "9.0",
|
|
"osx": "10.14"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/react-native-community/react-native-webview.git",
|
|
"tag": "v10.3.2"
|
|
},
|
|
"source_files": "apple/**/*.{h,m}",
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
]
|
|
}
|
|
}
|