Skip to content

Commit a550bf7

Browse files
authored
feat: add visionOS support (#53)
1 parent 8727ced commit a550bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

react-native-quick-sqlite.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.license = package["license"]
1111
s.authors = package["author"]
1212

13-
s.platforms = { :ios => "10.0" }
13+
s.platforms = { :ios => "10.0", :visionos => "1.0" }
1414
s.source = { :git => "https://github.com/margelo/react-native-quick-sqlite.git", :tag => "#{s.version}" }
1515

1616
s.pod_target_xcconfig = {

0 commit comments

Comments
 (0)