We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09dd31c commit 20c9d67Copy full SHA for 20c9d67
1 file changed
RNDateTimePicker.podspec
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
s.license = package['license']
11
s.author = package['author']
12
s.homepage = package['homepage']
13
- s.platform = :ios, "8.0"
+ s.platform = :ios, "10.0"
14
s.source = { :git => "https://github.com/react-native-community/datetimepicker", :tag => "v#{s.version}" }
15
s.source_files = "ios/*.{h,m}"
16
s.requires_arc = true
0 commit comments