From 637337fcf76859c0cf0b7032bdaf95618315c608 Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Fri, 21 Jun 2024 09:04:43 -0700 Subject: [PATCH] fix: podspec issue CU-8688ucrbp (#8) --- CapacitorPushNotifications.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CapacitorPushNotifications.podspec b/CapacitorPushNotifications.podspec index 5ffbb33..691c174 100644 --- a/CapacitorPushNotifications.podspec +++ b/CapacitorPushNotifications.podspec @@ -3,7 +3,7 @@ require 'json' package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) Pod::Spec.new do |s| - s.name = 'CapacitorPushNotifications' + s.name = 'ResgridPushNotifications' s.version = package['version'] s.summary = package['description'] s.license = package['license']