30 lines
689 B
JSON
30 lines
689 B
JSON
{
|
|
"name": "React-RCTText",
|
|
"version": "0.62.2",
|
|
"summary": "A React component for displaying text.",
|
|
"homepage": "http://facebook.github.io/react-native/",
|
|
"documentation_url": "https://facebook.github.io/react-native/docs/text",
|
|
"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.62.2"
|
|
},
|
|
"source_files": "**/*.{h,m}",
|
|
"preserve_paths": [
|
|
"package.json",
|
|
"LICENSE",
|
|
"LICENSE-docs"
|
|
],
|
|
"header_dir": "RCTText",
|
|
"dependencies": {
|
|
"React-Core/RCTTextHeaders": [
|
|
"0.62.2"
|
|
]
|
|
}
|
|
}
|