From 1a2442e547a1e8d1246728d2992ed2d3cab42c65 Mon Sep 17 00:00:00 2001 From: rsheng Date: Thu, 21 Nov 2019 10:24:19 +0000 Subject: [PATCH] LOG-13509 remove support info --- README.md | 1 - le.podspec | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index be64876..8c7d46e 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ Logentries logging for iOS ========================== This plugin is no longer officially supported or maintained by Logentries. -If you would be interested in maintaining this project, please contact support@logentries.com. Main features diff --git a/le.podspec b/le.podspec index 76a2147..30b1ffe 100644 --- a/le.podspec +++ b/le.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| s.version = '1.2' s.summary = 'Logentries logging for iOS' s.homepage = 'https://github.com/logentries/le_ios' - s.author = { 'Logentries' => 'support@logentries.com' } + s.author = { 'Rapid7' => 'InsightOpsTeam@rapid7.com' } s.source = { :git => 'https://github.com/logentries/le_ios.git', :tag => "#{s.version}" } s.source_files = 'lelib/*.{h,m}' s.ios.deployment_target = '6.0'