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:
Pritesh Nandgaonkar
2018-07-12 10:13:50 -07:00
committed by Facebook Github Bot
parent 9a7017298c
commit 73c830fc1b
7 changed files with 176 additions and 112 deletions

View File

@@ -7,7 +7,7 @@ swift_version = "4.1"
target 'Sample' do
pod 'SonarKit', '~>0.0.1'
pod 'SonarKit', '~>0.6'
post_install do |installer|
installer.pods_project.targets.each do |target|