unioil-loyalty-rn-app/ios/Pods/Local Podspecs/RNDateTimePicker.podspec.json

25 lines
664 B
JSON

{
"name": "RNDateTimePicker",
"version": "6.7.5",
"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/datetimepicker#readme",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/react-native-community/datetimepicker",
"tag": "v6.7.5"
},
"source_files": "ios/**/*.{h,m,mm,cpp}",
"requires_arc": true,
"exclude_files": "ios/fabric",
"dependencies": {
"React-Core": [
]
}
}