30 lines
730 B
JSON
30 lines
730 B
JSON
{
|
|
"name": "UMReactNativeAdapter",
|
|
"version": "5.4.0",
|
|
"summary": "The adapter to use universal modules with the React Native bridge",
|
|
"description": "The adapter to use universal modules with the React Native bridge",
|
|
"license": "MIT",
|
|
"authors": "650 Industries, Inc.",
|
|
"homepage": "https://github.com/expo/expo/tree/master/packages/@unimodules/react-native-adapter",
|
|
"platforms": {
|
|
"ios": "10.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/expo/expo.git"
|
|
},
|
|
"source_files": "UMReactNativeAdapter/**/*.{h,m}",
|
|
"preserve_paths": "UMReactNativeAdapter/**/*.{h,m}",
|
|
"requires_arc": true,
|
|
"dependencies": {
|
|
"React-Core": [
|
|
|
|
],
|
|
"UMCore": [
|
|
|
|
],
|
|
"UMFontInterface": [
|
|
|
|
]
|
|
}
|
|
}
|