We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f57f04 + d2a50d9 commit 3a76fd4Copy full SHA for 3a76fd4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-aes-crypto",
3
- "version": "3.0.1",
+ "version": "3.0.2",
4
"description": "AES crypto native module for react-native",
5
"main": "index.js",
6
"types": "index.d.ts",
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