Skip to content

Commit ac33956

Browse files
authored
feat: Add visionOS support to podspec (#846)
1 parent 8052b25 commit ac33956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-segmented-control.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010

1111
s.authors = package['author']
1212
s.homepage = package['homepage']
13-
s.platform = :ios, "9.0"
13+
s.platforms = { :ios => "9.0", :visionos => "1.0" }
1414

1515
s.source = { :git => "https://github.com/react-native-segmented-control/segmented-control.git", :tag => "#{s.version}" }
1616
s.source_files = "ios/**/*.{h,m}"

0 commit comments

Comments
 (0)