There was an error while loading. Please reload this page.
1 parent 4df9468 commit 8b821bfCopy full SHA for 8b821bf
src/ios/RNSpringScrollView.podspec
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
9
s.homepage = "https://github.com/bolan9999/react-native-spring-scrollview"
10
s.license = package["license"]
11
s.author = { "bolan9999" => "shanshang130@gmail.com" }
12
- s.platform = :ios, "7.0"
+ s.platforms = { :ios => "7.0", :tvos => "9.0" }
13
s.source = { :git => "https://github.com/bolan9999/react-native-spring-scrollview.git", :tag => s.version }
14
s.source_files = "SpringScrollView/**/*.{h,m}"
15
s.requires_arc = true
0 commit comments