diff --git a/NotificationBannerSwift.podspec b/NotificationBannerSwift.podspec index 6a65a095..7fcbeb49 100755 --- a/NotificationBannerSwift.podspec +++ b/NotificationBannerSwift.podspec @@ -1,23 +1,23 @@ Pod::Spec.new do |s| s.name = 'NotificationBannerSwift' - s.version = '3.2.1' + s.version = '3.2.1.1' s.summary = 'The easiest way to display in app notification banners in iOS.' s.description = <<-DESC NotificationBanner is an extremely customizable and lightweight library that makes the task of displaying in app notification banners and drop down alerts an absolute breeze in iOS. DESC - s.homepage = 'https://github.com/Daltron/NotificationBanner' + s.homepage = 'https://github.com/ganruiaho/NotificationBanner' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Daltron' => 'daltonhint4@gmail.com' } - s.source = { :git => 'https://github.com/Daltron/NotificationBanner.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/ganruiaho/NotificationBanner.git', :tag => s.version.to_s } s.ios.deployment_target = '10.0' s.swift_version = '5.0' s.source_files = 'NotificationBanner/Classes/**/*' - s.dependency 'SnapKit', '~> 5.6.0' + s.dependency 'SnapKit', '~> 5.7.0' s.dependency 'MarqueeLabel', '~> 4.3.0' end