25 lines
569 B
JSON
25 lines
569 B
JSON
{
|
|
"name": "ReactNativeKeyboardInput",
|
|
"version": "6.0.0",
|
|
"summary": "React Native Custom Input Controller",
|
|
"authors": "Leo Natan <lnatan@wix.com>",
|
|
"homepage": "https://github.com/wix/react-native-keyboard-input",
|
|
"license": "MIT",
|
|
"platforms": {
|
|
"ios": "9.0",
|
|
"tvos": "9.2"
|
|
},
|
|
"module_name": "ReactNativeKeyboardInput",
|
|
"source": {
|
|
"git": "https://github.com/wix/react-native-autogrow-textinput",
|
|
"tag": "6.0.0"
|
|
},
|
|
"source_files": "lib/ios/**/*.{h,m}",
|
|
"dependencies": {
|
|
"React": [
|
|
|
|
]
|
|
},
|
|
"frameworks": "UIKit"
|
|
}
|