30 lines
711 B
JSON
30 lines
711 B
JSON
|
{
|
||
|
"name": "React-RCTLinking",
|
||
|
"version": "0.60.4",
|
||
|
"summary": "A general interface to interact with both incoming and outgoing app links.",
|
||
|
"homepage": "http://facebook.github.io/react-native/",
|
||
|
"documentation_url": "https://facebook.github.io/react-native/docs/linking",
|
||
|
"license": "MIT",
|
||
|
"authors": "Facebook, Inc. and its affiliates",
|
||
|
"platforms": {
|
||
|
"ios": "9.0",
|
||
|
"tvos": "9.2"
|
||
|
},
|
||
|
"source": {
|
||
|
"git": "https://github.com/facebook/react-native.git",
|
||
|
"tag": "v0.60.4"
|
||
|
},
|
||
|
"source_files": "*.{h,m}",
|
||
|
"preserve_paths": [
|
||
|
"package.json",
|
||
|
"LICENSE",
|
||
|
"LICENSE-docs"
|
||
|
],
|
||
|
"header_dir": "React",
|
||
|
"dependencies": {
|
||
|
"React-Core": [
|
||
|
"0.60.4"
|
||
|
]
|
||
|
}
|
||
|
}
|