From e75e335f495d39461c827be91881b87132456a67 Mon Sep 17 00:00:00 2001 From: gambit1185_church Date: Mon, 1 Jun 2026 11:40:52 -0600 Subject: [PATCH] chore: prepare 1.4.0 release - Bump podspec version 1.3.9 -> 1.4.0 - Point podspec source/homepage at the patro85 fork so the release tag resolves for CocoaPods consumers - Update README build badge to 1.4.0 and add visionOS to the platform badge Co-Authored-By: Claude Opus 4.8 (1M context) --- AlertToast.podspec | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/AlertToast.podspec b/AlertToast.podspec index 4edc0a6..7187bf4 100644 --- a/AlertToast.podspec +++ b/AlertToast.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |spec| # spec.name = "AlertToast" - spec.version = "1.3.9" + spec.version = "1.4.0" spec.summary = "Create Apple-like alerts & toasts using SwiftUI" # This description is used to generate tags and improve search results. @@ -27,7 +27,7 @@ Pod::Spec.new do |spec| spec.description = "Alert Toast is an open-source library in Github to use with SwiftUI. It allows you to present popups that don't need any user action to dismiss or to validate. Some great usage examples: Message Sent, Poor Network Connection, Profile Updated, Logged In/Out, Favorited, Loading and so on..." - spec.homepage = "https://github.com/elai950/AlertToast" + spec.homepage = "https://github.com/patro85/AlertToast" # spec.screenshots = "https://github.com/elai950/AlertToast/blob/master/Assets/ToastExample.gif" @@ -78,7 +78,7 @@ Pod::Spec.new do |spec| # Supports git, hg, bzr, svn and HTTP. # - spec.source = { :git => "https://github.com/elai950/AlertToast.git", :tag => "#{spec.version}" } + spec.source = { :git => "https://github.com/patro85/AlertToast.git", :tag => "#{spec.version}" } # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # diff --git a/README.md b/README.md index d7ecc6a..dcae730 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Currently in SwiftUI, the only way to inform the user about some process that fi Alert Toast is an open-source library in Github to use with SwiftUI. It allows you to present popups that don't need any user action to dismiss or to validate. Some great usage examples: `Message Sent`, `Poor Network Connection`, `Profile Updated`, `Logged In/Out`, `Favorited`, `Loading` and so on... -          +          * Built with pure SwiftUI. * 3 Display modes: `Alert` (pop at the center), `HUD` (drop from the top) and `Banner` (pop/slide from the bottom).