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
8 changes: 4 additions & 4 deletions NotificationBannerSwift.podspec
Original file line number Diff line number Diff line change
@@ -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' => '[email protected]' }
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