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

24 lines
615 B
JSON
Raw Normal View History

2020-02-11 14:01:35 +00:00
{
"name": "RNDateTimePicker",
"version": "2.6.0",
2020-02-11 14:01:35 +00:00
"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",
2020-02-11 14:01:35 +00:00
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/react-native-community/datetimepicker",
"tag": "v2.6.0"
2020-02-11 14:01:35 +00:00
},
"source_files": "ios/*.{h,m}",
"requires_arc": true,
"dependencies": {
"React": [
]
}
}