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']