Skip to content

Commit 8970ca3

Browse files
fix(ios): minimal iOS version support (#243)
1 parent d57368f commit 8970ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-viewpager.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.authors = package['author']
1212
s.homepage = package['homepage']
1313

14-
s.platform = :ios, "7.0"
14+
s.platform = :ios, "9.0"
1515
s.source = { :git => "https://github.com/react-native-community/react-native-viewpager.git", :tag => "v#{s.version}" }
1616
s.source_files = "ios/**/*.{h,m}"
1717
s.requires_arc = true

0 commit comments

Comments
 (0)