We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8052b25 commit ac33956Copy full SHA for ac33956
react-native-segmented-control.podspec
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
10
11
s.authors = package['author']
12
s.homepage = package['homepage']
13
- s.platform = :ios, "9.0"
+ s.platforms = { :ios => "9.0", :visionos => "1.0" }
14
15
s.source = { :git => "https://github.com/react-native-segmented-control/segmented-control.git", :tag => "#{s.version}" }
16
s.source_files = "ios/**/*.{h,m}"
0 commit comments