22 lines
484 B
JSON
22 lines
484 B
JSON
{
|
|
"name": "react-native-keyboard-input",
|
|
"version": "5.3.1",
|
|
"summary": "React Native Custom Input Controller",
|
|
"license": "MIT",
|
|
"authors": "Leo Natan <lnatan@wix.com>",
|
|
"homepage": "https://github.com/wix/react-native-keyboard-input",
|
|
"platforms": {
|
|
"ios": "9.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/wix/react-native-keyboard-input.git",
|
|
"tag": "v5.3.1"
|
|
},
|
|
"source_files": "lib/ios/**/*.{h,m}",
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
]
|
|
}
|
|
}
|