Rename podspec file
Summary: Rename podspec file Reviewed By: passy Differential Revision: D10027676 fbshipit-source-id: b5936f0e514f06d1ff3d68657d7fe5912cac233d
This commit is contained in:
committed by
Facebook Github Bot
parent
790296ae18
commit
ccf47e75fd
@@ -4,9 +4,9 @@ source 'https://github.com/CocoaPods/Specs'
|
||||
swift_version = "4.1"
|
||||
|
||||
target 'Sample' do
|
||||
pod 'FlipperKit', :path => '../../SonarKit.podspec'
|
||||
pod 'FlipperKit/SonarKitLayoutComponentKitSupport', :path => '../../SonarKit.podspec'
|
||||
pod 'FlipperKit/SKIOSNetworkPlugin', :path => '../../SonarKit.podspec'
|
||||
pod 'FlipperKit', :path => '../../FlipperKit.podspec'
|
||||
pod 'FlipperKit/SonarKitLayoutComponentKitSupport', :path => '../../FlipperKit.podspec'
|
||||
pod 'FlipperKit/SKIOSNetworkPlugin', :path => '../../FlipperKit.podspec'
|
||||
pod 'Flipper', :path => '../../Flipper.podspec'
|
||||
post_install do |installer|
|
||||
|
||||
|
||||
Reference in New Issue
Block a user