19 lines
542 B
JSON
19 lines
542 B
JSON
{
|
|
"name": "React-fishhook",
|
|
"version": "0.60.4",
|
|
"summary": "A very simple library that enables dynamically rebinding symbols in Mach-O binaries running on iOS in the simulator and on device.",
|
|
"homepage": "http://facebook.github.io/react-native/",
|
|
"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": "*.{c,h}",
|
|
"header_dir": "fishhook"
|
|
}
|