Summary: This change reverts a revert. The change was reverted for 'unrelated' issues addressed on this diff dependencies. Reviewed By: passy Differential Revision: D30696113 fbshipit-source-id: 8591d6ea79999597024c316e9927a346979e5219
22 lines
670 B
Ruby
22 lines
670 B
Ruby
# Uncomment the next line to define a global platform for your project
|
|
source 'https://github.com/facebook/flipper.git'
|
|
source 'https://github.com/CocoaPods/Specs'
|
|
platform :ios, '10.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 'Flipper', :path => '../Flipper.podspec'
|
|
# Pods for SonarKit
|
|
pod 'Flipper-PeerTalk', '~>0.0'
|
|
pod 'Flipper-RSocket', '~>1.1'
|
|
pod 'DoubleConversion', '~>1.1'
|
|
pod 'glog', '~>0.3'
|
|
pod 'Flipper-Folly', '~>2.2'
|
|
pod 'CocoaAsyncSocket', '~>7.6'
|
|
pod 'SocketRocket', '~> 0.6.0'
|
|
|
|
end
|