diff --git a/Package.swift b/Package.swift index 6e37384..9971b25 100644 --- a/Package.swift +++ b/Package.swift @@ -2,11 +2,11 @@ import PackageDescription let package = Package( - name: "CapacitorPushNotifications", + name: "ResgridPushNotifications", platforms: [.iOS(.v13)], products: [ .library( - name: "CapacitorPushNotifications", + name: "ResgridPushNotifications", targets: ["PushNotificationsPlugin"]) ], dependencies: [