Files
flipper/iOS/Podfile
Lorenzo Blasa 9aed8ce02d Remove RSocket
Summary:
^
Changelog: Remove rsocket dependency for iOS

Reviewed By: aigoncharov

Differential Revision: D33656299

fbshipit-source-id: aab00c425976273112a127e06aca82dfd63194eb
2022-02-25 02:02:24 -08:00

21 lines
637 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 'DoubleConversion', '~>1.1'
pod 'glog', '~>0.3'
pod 'Flipper-Folly', '~>2.2'
pod 'CocoaAsyncSocket', '~>7.6'
pod 'SocketRocket', '~> 0.6.0'
end