Skip to content

Commit

Permalink
fix pod lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Eliza Sapir committed Oct 26, 2017
1 parent 97aca34 commit a126c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.0
2 changes: 1 addition & 1 deletion PlayKitVR.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '9.0'
s.source_files = 'Sources/**/*'
s.dependency 'MetalScope', '0.16.0'
s.dependency 'PlayKit/Core'
s.dependency 'PlayKit/Core', '3.3.0'
# if it's not a dependency - YouboraPlugin won't work
s.dependency 'PlayKit/YouboraPlugin'
end
Expand Down

0 comments on commit a126c2c

Please sign in to comment.