22 lines
554 B
JSON
22 lines
554 B
JSON
{
|
|
"name": "react-native-webview",
|
|
"version": "7.5.1",
|
|
"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": {
|
|
"git": "https://github.com/react-native-community/react-native-webview.git",
|
|
"tag": "v7.5.1"
|
|
},
|
|
"source_files": "ios/**/*.{h,m}",
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
]
|
|
}
|
|
}
|