2019-05-18 19:31:33 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-webview",
|
2020-07-20 16:35:17 +00:00
|
|
|
"version": "10.3.2",
|
2020-05-08 16:37:49 +00:00
|
|
|
"summary": "React Native WebView component for iOS, Android, macOS, and Windows",
|
2019-05-18 19:31:33 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"authors": "Jamon Holmgren <jamon@infinite.red>",
|
|
|
|
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
|
|
|
|
"platforms": {
|
2020-05-08 16:37:49 +00:00
|
|
|
"ios": "9.0",
|
|
|
|
"osx": "10.14"
|
2019-05-18 19:31:33 +00:00
|
|
|
},
|
|
|
|
"source": {
|
2019-08-07 13:51:34 +00:00
|
|
|
"git": "https://github.com/react-native-community/react-native-webview.git",
|
2020-07-20 16:35:17 +00:00
|
|
|
"tag": "v10.3.2"
|
2019-05-18 19:31:33 +00:00
|
|
|
},
|
2020-05-08 16:37:49 +00:00
|
|
|
"source_files": "apple/**/*.{h,m}",
|
2019-05-18 19:31:33 +00:00
|
|
|
"dependencies": {
|
|
|
|
"React": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|