Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update depend SnapKit version #428

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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