Rename podspec file

Summary: Rename podspec file

Reviewed By: passy

Differential Revision: D10027676

fbshipit-source-id: b5936f0e514f06d1ff3d68657d7fe5912cac233d
This commit is contained in:
Pritesh Nandgaonkar
2018-09-25 13:27:30 -07:00
committed by Facebook Github Bot
parent 790296ae18
commit ccf47e75fd
9 changed files with 20 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ target 'FlipperKit' do
# use_frameworks!
project 'FlipperKit.xcodeproj'
pod 'Sonar', :path => '../Sonar.podspec'
pod 'Flipper', :path => '../Flipper.podspec'
# Pods for SonarKit
pod 'PeerTalk', '~>0.0'
pod 'RSocket', '~>0.10'
@@ -16,6 +16,5 @@ target 'FlipperKit' do
pod 'glog', '~>0.3'
pod 'Folly', '~>1.0'
pod 'CocoaAsyncSocket', '~>7.6'
pod 'Flipper', '~>0.0.1'
end