diff --git a/Toaster.podspec b/Toaster.podspec index cb155ec..5b1ad60 100644 --- a/Toaster.podspec +++ b/Toaster.podspec @@ -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' => 'devxoul@gmail.com' } - 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'