We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10abdd2 commit 3b2bf8bCopy full SHA for 3b2bf8b
react-native-aes.podspec
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
8
s.requires_arc = true
9
s.homepage = "https://github.com/tectiv3/react-native-aes"
10
s.source = { :git => 'https://github.com/tectiv3/react-native-aes', :tag => "v#{s.version}" }
11
- s.platform = :ios, '9.0'
+ s.platforms = { :ios => "9.0", :visionos => "1.0" }
12
s.source_files = "ios/**/*.{h,m}"
13
14
s.dependency "React-Core"
0 commit comments