Skip to content

Commit

Permalink
Bump podspec to use 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalessec committed Sep 14, 2018
1 parent 8c4b2dd commit 8ad5326
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Toast-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Toast-Swift"
s.version = "3.0.1"
s.version = "4.0.0"
s.summary = "A Swift extension that adds toast notifications to the UIView object class."
s.homepage = "https://github.com/scalessec/Toast-Swift"
s.license = 'MIT'
s.author = { "Charles Scalesse" => "[email protected]" }
s.source = { :git => "https://github.com/scalessec/Toast-Swift.git", :tag => "3.0.1" }
s.source = { :git => "https://github.com/scalessec/Toast-Swift.git", :tag => "4.0.0" }
s.platform = :ios
s.source_files = 'Toast'
s.framework = 'QuartzCore'
Expand Down

0 comments on commit 8ad5326

Please sign in to comment.