Initial commit 🎉
fbshipit-source-id: b6fc29740c6875d2e78953b8a7123890a67930f2 Co-authored-by: Sebastian McKenzie <sebmck@fb.com> Co-authored-by: John Knox <jknox@fb.com> Co-authored-by: Emil Sjölander <emilsj@fb.com> Co-authored-by: Pritesh Nandgaonkar <prit91@fb.com>
This commit is contained in:
20
iOS/Podfile
Normal file
20
iOS/Podfile
Normal file
@@ -0,0 +1,20 @@
|
||||
# Uncomment the next line to define a global platform for your project
|
||||
platform :ios, '9.0'
|
||||
|
||||
target 'SonarKit' do
|
||||
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
|
||||
# use_frameworks!
|
||||
|
||||
project 'SonarKit.xcodeproj'
|
||||
|
||||
# Pods for SonarKit
|
||||
|
||||
# Third party deps podspec link
|
||||
pod 'EasyWSClient', :podspec => 'third-party-podspecs/EasyWSClient.podspec'
|
||||
pod 'DoubleConversion', :podspec => 'third-party-podspecs/DoubleConversion.podspec'
|
||||
pod 'glog', :podspec => 'third-party-podspecs/glog.podspec'
|
||||
pod 'Folly', :podspec => 'third-party-podspecs/Folly.podspec'
|
||||
pod 'Sonar', :podspec => '../xplat/Sonar/SonarKitCPP.podspec'
|
||||
pod 'CocoaAsyncSocket'
|
||||
pod 'PeerTalk', :git => 'https://github.com/rsms/peertalk'
|
||||
end
|
||||
Reference in New Issue
Block a user