Skip to content

Commit

Permalink
Add support for visionOS (#1586)
Browse files Browse the repository at this point in the history
  • Loading branch information
gokul1099 authored May 1, 2024
1 parent 364321b commit 9bd8819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RNVectorIcons.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.homepage = package["homepage"]
s.license = package["license"]
s.author = { package["author"]["name"] => package["author"]["email"] }
s.platforms = { :ios => "12.0", :tvos => "9.0" }
s.platforms = { :ios => "12.0", :tvos => "9.0" ,:visionos => "1.0"}
s.source = { :git => package["repository"]["url"], :tag => "v#{s.version}" }

s.source_files = 'RNVectorIconsManager/**/*.{h,m,mm,swift}'
Expand Down

0 comments on commit 9bd8819

Please sign in to comment.