Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Toaster.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = 'Toaster'
s.version = '2.3.0'
s.version = '2.4.0'
s.summary = 'Toast in Swift for iOS'
s.description = 'Toast in Swift for iOS, with support for Queueing, Customization, String/NSAttributedString, UIAccessibility, Swift/Objective-C and more.'
s.homepage = 'https://github.com/devxoul/Toaster'
s.license = { :type => 'WTPFL', :file => 'LICENSE' }
s.author = { 'devxoul' => '[email protected]' }
s.source = { :git => 'https://github.com/devxoul/Toaster.git',
s.source = { :git => 'https://github.com/YoudaoMobile/Toaster.git',
:tag => "#{s.version}" }
s.platform = :ios, '8.0'
s.platform = :ios, '13.0'
s.source_files = 'Sources/*.{swift,h}'
s.frameworks = 'UIKit', 'Foundation', 'QuartzCore'
s.swift_version = '5.0'
Expand Down