24 lines
540 B
JSON
24 lines
540 B
JSON
{
|
|
"name": "react-native-blur",
|
|
"version": "0.8.0",
|
|
"source_files": "ios/*.{h,m}",
|
|
"platforms": {
|
|
"ios": "8.0",
|
|
"tvos": "9.0"
|
|
},
|
|
"authors": {
|
|
"Alexey Kureev": "kureev-mail@ya.ru"
|
|
},
|
|
"license": "MIT",
|
|
"summary": "Component implementation for UIVisualEffectView's blur and vibrancy effect.",
|
|
"homepage": "https://github.com/react-native-community/react-native-blur",
|
|
"source": {
|
|
"git": "https://github.com/react-native-community/react-native-blur.git"
|
|
},
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
]
|
|
}
|
|
}
|