Skip to content

Commit 6789d1d

Browse files
authored
Merge pull request bolan9999#31 from lukebars/patch-1
tvOS podspec support
2 parents 4df9468 + 8b821bf commit 6789d1d

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)