Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ViroCommunity/viro into main
Browse files Browse the repository at this point in the history
  • Loading branch information
adelarsq committed Dec 4, 2020
2 parents 2d94c22 + 9bd4fe1 commit 483a0c8
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion ios/ViroReact.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
s.license = {:type => 'Copyright', :text => "Copyright 2018 ViroMedia, Inc" }
s.author = 'Viro Media'
s.requires_arc = true
s.platform = :ios, '10.0'*
s.platform = :ios, '10.0'
s.dependency 'React'
end
2 changes: 1 addition & 1 deletion ios/ViroReact_static_lib.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
s.license = {:type => 'Copyright', :text => "Copyright 2018 ViroMedia, Inc" }
s.author = 'Viro Media'
s.requires_arc = true
s.platform = :ios, '10.0'*
s.platform = :ios, '10.0'
s.dependency 'React'
end
2 changes: 1 addition & 1 deletion ios/dist/ViroRenderer/ViroKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ Pod::Spec.new do |s|
s.license = {:type => 'Copyright', :text => "Copyright 2018 ViroMedia, Inc" }
s.author = 'Viro Media'
s.requires_arc = true
s.platform = :ios, '10.0'*
s.platform = :ios, '10.0'
s.dependency 'React'
end
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Pod::Spec.new do |s|
s.license = {:type => 'Copyright', :text => "Copyright 2018 ViroMedia, Inc" }
s.author = 'Viro Media'
s.requires_arc = true
s.platform = :ios, '10.0'*
s.platform = :ios, '10.0'
end
2 changes: 1 addition & 1 deletion ios/dist/podFile/Podfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
platform :ios, '10.0'*
platform :ios, '10.0'
target 'VIRO_PROJECT_NAME' do
use_frameworks!
pod 'ViroReact', :path => '../node_modules/react-viro/ios/'
Expand Down
2 changes: 1 addition & 1 deletion ios/dist/static_lib/ViroReact.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
s.license = {:type => 'Copyright', :text => "Copyright 2018 ViroMedia, Inc" }
s.author = 'Viro Media'
s.requires_arc = true
s.platform = :ios, '10.0'*
s.platform = :ios, '10.0'
s.dependency 'React'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@viro-community/react-viro",
"main": "index.js",
"version": "1.0.0",
"version": "2.19.0",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
Expand Down

0 comments on commit 483a0c8

Please sign in to comment.