Use tag in podspecs (#152)
Summary: This diff uses `tag` instead of master branch and also updates the version number to the desktop sdk. Pull Request resolved: https://github.com/facebook/Sonar/pull/152 Reviewed By: danielbuechele Differential Revision: D8820016 Pulled By: priteshrnandgaonkar fbshipit-source-id: ff2e554be55254b77c4e130b35b7299abbafa77d
This commit is contained in:
committed by
Facebook Github Bot
parent
9a7017298c
commit
73c830fc1b
@@ -74,7 +74,7 @@ swift_version = "4.1"
|
||||
|
||||
target 'MyApp' do
|
||||
|
||||
pod 'SonarKit', '~>0.0.1'
|
||||
pod 'SonarKit', '~>0.6'
|
||||
post_install do |installer|
|
||||
|
||||
installer.pods_project.targets.each do |target|
|
||||
|
||||
Reference in New Issue
Block a user