Files
flipper/iOS/Podfile
Pritesh Nandgaonkar 674eeddd62 update
2018-06-01 15:51:39 +01:00

23 lines
915 B
Ruby

# 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 'RSocket', :podspec => 'third-party-podspecs/RSocket.podspec'
pod 'LibEvent', :podspec => 'third-party-podspecs/LibEvent.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