Skip to content

Commit 20c9d67

Browse files
fix: bump minimum iOS version to match RN support (#353)
* Bump minimum OS version to match Xcode support * require ios 10 Co-authored-by: Vojtech Novak <[email protected]>
1 parent 09dd31c commit 20c9d67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNDateTimePicker.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.license = package['license']
1111
s.author = package['author']
1212
s.homepage = package['homepage']
13-
s.platform = :ios, "8.0"
13+
s.platform = :ios, "10.0"
1414
s.source = { :git => "https://github.com/react-native-community/datetimepicker", :tag => "v#{s.version}" }
1515
s.source_files = "ios/*.{h,m}"
1616
s.requires_arc = true

0 commit comments

Comments
 (0)