Skip to content

Commit

Permalink
fix: podspec issue CU-8688ucrbp (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
ucswift authored Jun 21, 2024
1 parent ca2c3c7 commit 14fe29e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CapacitorLocalNotifications.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 = 'CapacitorLocalNotifications'
s.name = 'ResgridLocalNotifications'
s.version = package['version']
s.summary = package['description']
s.license = package['license']
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"Package.swift",
"CapacitorLocalNotifications.podspec"
],
"author": "Ionic <hi@ionicframework.com>",
"author": "Resgrid Team <team@resgrid.com>",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 14fe29e

Please sign in to comment.