Files
flipper/iOS/Podfile
John Knox df8763e697 Move xplat/sonar/xplat/Sonar* to Flipper*
Summary:
Part of the Sonar -> Flipper rename
Intentionally left externally visible buck target as Sonar for now to minimize diff size.

Reviewed By: passy

Differential Revision: D9871684

fbshipit-source-id: 6926eb62c578a05cd895745c75ed7da3cfe965b5
2018-09-20 15:39:57 -07:00

22 lines
634 B
Ruby

# Uncomment the next line to define a global platform for your project
source 'https://github.com/facebook/Sonar.git'
source 'https://github.com/CocoaPods/Specs'
platform :ios, '9.0'
swift_version = "4.1"
target 'FlipperKit' do
# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!
project 'FlipperKit.xcodeproj'
pod 'Sonar', :path => '../Sonar.podspec'
# Pods for SonarKit
pod 'PeerTalk', '~>0.0'
pod 'RSocket', '~>0.10'
pod 'DoubleConversion', '~>1.1'
pod 'glog', '~>0.3'
pod 'Folly', '~>1.0'
pod 'CocoaAsyncSocket', '~>7.6'
pod 'Flipper', '~>0.0.1'
end