Skip to content

Commit

Permalink
fix: podspec issue CU-8688ucrbp (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucswift authored Jun 21, 2024
1 parent b0b9f57 commit 637337f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CapacitorPushNotifications.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 637337f

Please sign in to comment.