mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-01 03:31:20 +01:00
24 lines
565 B
JSON
24 lines
565 B
JSON
|
{
|
||
|
"name": "react-native-webview",
|
||
|
"version": "5.8.1",
|
||
|
"summary": "React Native WebView component for iOS, Android, and Windows 10 (coming soon)",
|
||
|
"license": "MIT",
|
||
|
"authors": {
|
||
|
"name": "Jamon Holmgren",
|
||
|
"email": "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"
|
||
|
},
|
||
|
"source_files": "ios/**/*.{h,m}",
|
||
|
"dependencies": {
|
||
|
"React": [
|
||
|
|
||
|
]
|
||
|
}
|
||
|
}
|