Revert D13434177: [Docs] Updated the website docs with the information of crash reporter plugin

Differential Revision:
D13434177

Original commit changeset: bb8b14e989c9

fbshipit-source-id: 36e501b0ca7031956b57c93429084a7bc673ef77
This commit is contained in:
Mike Kelley
2018-12-17 07:31:46 -08:00
committed by Facebook Github Bot
parent 1bc566f813
commit a1541b1c81
5 changed files with 2 additions and 53 deletions

View File

@@ -100,10 +100,10 @@ target 'MyApp' do
platform :ios, '9.0'
pod 'FlipperKit', '~>' + flipperkit_version
# Layout and network plugins are not yet supported for swift projects
pod 'FlipperKit/FlipperKitLayoutComponentKitSupport', '~>' + flipperkit_version
pod 'FlipperKit/SKIOSNetworkPlugin', '~>' + flipperkit_version
pod 'FlipperKit/FlipperKitUserDefaultsPlugin', '~>' + flipperkit_version
pod 'FlipperKit/FlipperKitCrashReporterPlugin', '~>' + flipperkit_version
post_install do |installer|
installer.pods_project.targets.each do |target|