24 lines
641 B
JSON
24 lines
641 B
JSON
|
{
|
||
|
"name": "RNDateTimePicker",
|
||
|
"version": "2.1.0",
|
||
|
"summary": "DateTimePicker component for React Native",
|
||
|
"description": "DateTimePicker component for React Native",
|
||
|
"license": "MIT",
|
||
|
"authors": "Martijn Swaagman <mswaagman@godaddy.com> (https://github.com/swaagie)",
|
||
|
"homepage": "https://github.com/react-native-community/react-native-datetimepicker#readme",
|
||
|
"platforms": {
|
||
|
"ios": "8.0"
|
||
|
},
|
||
|
"source": {
|
||
|
"git": "https://github.com/react-native-community/react-native-datetimepicker",
|
||
|
"tag": "master"
|
||
|
},
|
||
|
"source_files": "ios/*.{h,m}",
|
||
|
"requires_arc": true,
|
||
|
"dependencies": {
|
||
|
"React": [
|
||
|
|
||
|
]
|
||
|
}
|
||
|
}
|