From 5aeca49df65024a461d54edfdfd0fab181aae738 Mon Sep 17 00:00:00 2001 From: Johnny Tsoi Date: Tue, 16 Apr 2024 17:41:57 -0700 Subject: [PATCH] build: Update podspec Update podspec infos --- SwiftNotify.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SwiftNotify.podspec b/SwiftNotify.podspec index addeb05..98e387a 100644 --- a/SwiftNotify.podspec +++ b/SwiftNotify.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = "SwiftNotify" - s.version = "1.0.3" - s.summary = "A customizable framework to create draggable views" + s.version = ENV['GIT_TAG'] || "2.0.0" + s.summary = "A Swifty UI framework for notifications and alerts. " s.homepage = "https://github.com/JT501/SwiftNotify" s.license = { :type => "MIT", :file => "LICENSE" } @@ -9,7 +9,7 @@ Pod::Spec.new do |s| s.author = { "Johnny" => "johnny@jt501.com" } s.social_media_url = "https://github.com/JT501" - s.platform = :ios, "9.0" + s.platform = :ios, "13.0" s.source = { :git => "https://github.com/JT501/SwiftNotify.git", :tag => s.version.to_s } s.source_files = "SwiftNotify", "Sources/SwiftNotify/**/*.{swift,h}" s.resource_bundles = {"SwiftNotifyResources" =>["NotifyResources/**/*.png"]}