23 lines
522 B
JSON
23 lines
522 B
JSON
{
|
|
"name": "react-native-date-picker",
|
|
"version": "3.4.3",
|
|
"summary": "React Native Date Picker component for Android and iOS",
|
|
"authors": {
|
|
"henninghall": "henning.hall@hotmail.com"
|
|
},
|
|
"homepage": "https://github.com/henninghall/react-native-date-picker",
|
|
"license": "MIT",
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"source": {
|
|
"git": "https://github.com/henninghall/react-native-date-picker.git"
|
|
},
|
|
"source_files": "ios/RNDatePicker/*.{h,m}",
|
|
"dependencies": {
|
|
"React-Core": [
|
|
|
|
]
|
|
}
|
|
}
|