Skip to content

Commit 8b821bf

Browse files
authored
tvOS podspec support
allows to use spring scroll view module on tvOS platform
1 parent 4df9468 commit 8b821bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ios/RNSpringScrollView.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.homepage = "https://github.com/bolan9999/react-native-spring-scrollview"
1010
s.license = package["license"]
1111
s.author = { "bolan9999" => "shanshang130@gmail.com" }
12-
s.platform = :ios, "7.0"
12+
s.platforms = { :ios => "7.0", :tvos => "9.0" }
1313
s.source = { :git => "https://github.com/bolan9999/react-native-spring-scrollview.git", :tag => s.version }
1414
s.source_files = "SpringScrollView/**/*.{h,m}"
1515
s.requires_arc = true

0 commit comments

Comments
 (0)