Skip to content

Commit 8dbc71f

Browse files
authored
Add vsiionOS to podspec (#253)
1 parent ddd349e commit 8dbc71f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNLocalize.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.author = package["author"]
1212
s.homepage = package["homepage"]
1313

14-
s.platforms = { :ios => "12.4", :tvos => "12.4", :osx => "10.15" }
14+
s.platforms = { :ios => "12.4", :tvos => "12.4", :osx => "10.15", :visionos => 1.0 }
1515
s.requires_arc = true
1616

1717
s.source = { :git => package["repository"]["url"], :tag => s.version }

0 commit comments

Comments
 (0)