Skip to content

Commit 3b2bf8b

Browse files
authored
Add visionOS support (#84)
1 parent 10abdd2 commit 3b2bf8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-aes.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
s.requires_arc = true
99
s.homepage = "https://github.com/tectiv3/react-native-aes"
1010
s.source = { :git => 'https://github.com/tectiv3/react-native-aes', :tag => "v#{s.version}" }
11-
s.platform = :ios, '9.0'
11+
s.platforms = { :ios => "9.0", :visionos => "1.0" }
1212
s.source_files = "ios/**/*.{h,m}"
1313

1414
s.dependency "React-Core"

0 commit comments

Comments
 (0)