2019-05-18 19:31:33 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-webview",
|
2019-11-18 17:52:08 +00:00
|
|
|
"version": "7.5.1",
|
2019-05-18 19:31:33 +00:00
|
|
|
"summary": "React Native WebView component for iOS, Android, and Windows 10 (coming soon)",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": "Jamon Holmgren <jamon@infinite.red>",
|
|
|
|
"homepage": "https://github.com/react-native-community/react-native-webview#readme",
|
|
|
|
"platforms": {
|
|
|
|
"ios": "9.0"
|
|
|
|
},
|
|
|
|
"source": {
|
2019-08-07 13:51:34 +00:00
|
|
|
"git": "https://github.com/react-native-community/react-native-webview.git",
|
2019-11-18 17:52:08 +00:00
|
|
|
"tag": "v7.5.1"
|
2019-05-18 19:31:33 +00:00
|
|
|
},
|
|
|
|
"source_files": "ios/**/*.{h,m}",
|
|
|
|
"dependencies": {
|
|
|
|
"React": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|