Rocket.Chat.ReactNative/ios/Pods/Local Podspecs/RNDateTimePicker.podspec.json

24 lines
641 B
JSON
Raw Normal View History

2020-02-11 14:01:35 +00:00
{
"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": [
]
}
}