Skip to content

Commit

Permalink
build: Update podspec
Browse files Browse the repository at this point in the history
Update podspec infos
  • Loading branch information
JT501 committed Apr 17, 2024
1 parent d8c5f4e commit 5aeca49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SwiftNotify.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
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" }

# s.screenshots = "www.example.com/screenshots_1.gif", "www.example.com/screenshots_2.gif"

s.author = { "Johnny" => "[email protected]" }
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"]}
Expand Down

0 comments on commit 5aeca49

Please sign in to comment.