22 lines
518 B
JSON
22 lines
518 B
JSON
{
|
|
"name": "RNSharedElement",
|
|
"version": "0.5.3",
|
|
"summary": "Native shared element transition primitives for react-native 💫",
|
|
"license": "MIT",
|
|
"authors": "IjzerenHein <hrutjes@gmail.com>",
|
|
"homepage": "https://github.com/IjzerenHein/react-native-shared-element",
|
|
"platforms": {
|
|
"ios": "9.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/IjzerenHein/react-native-shared-element.git",
|
|
"tag": "v0.5.3"
|
|
},
|
|
"source_files": "ios/**/*.{h,m}",
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
]
|
|
}
|
|
}
|