2020-02-17 12:14:56 +00:00
|
|
|
{
|
2020-05-08 16:37:49 +00:00
|
|
|
"name": "ReactNativeKeyboardInput",
|
|
|
|
"version": "6.0.0",
|
2020-02-17 12:14:56 +00:00
|
|
|
"summary": "React Native Custom Input Controller",
|
|
|
|
"authors": "Leo Natan <lnatan@wix.com>",
|
|
|
|
"homepage": "https://github.com/wix/react-native-keyboard-input",
|
2020-05-08 16:37:49 +00:00
|
|
|
"license": "MIT",
|
2020-02-17 12:14:56 +00:00
|
|
|
"platforms": {
|
2020-05-08 16:37:49 +00:00
|
|
|
"ios": "9.0",
|
|
|
|
"tvos": "9.2"
|
2020-02-17 12:14:56 +00:00
|
|
|
},
|
2020-05-08 16:37:49 +00:00
|
|
|
"module_name": "ReactNativeKeyboardInput",
|
2020-02-17 12:14:56 +00:00
|
|
|
"source": {
|
2020-05-08 16:37:49 +00:00
|
|
|
"git": "https://github.com/wix/react-native-autogrow-textinput",
|
|
|
|
"tag": "6.0.0"
|
2020-02-17 12:14:56 +00:00
|
|
|
},
|
|
|
|
"source_files": "lib/ios/**/*.{h,m}",
|
|
|
|
"dependencies": {
|
|
|
|
"React": [
|
|
|
|
|
|
|
|
]
|
2020-05-08 16:37:49 +00:00
|
|
|
},
|
|
|
|
"frameworks": "UIKit"
|
2020-02-17 12:14:56 +00:00
|
|
|
}
|