Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
scalessec committed Sep 10, 2016
1 parent e3035a6 commit f176bf9
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 = "1.3.0"
s.version = "1.4.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 => "1.3.0" }
s.source = { :git => "https://github.com/scalessec/Toast-Swift.git", :tag => "1.4.0" }
s.platform = :ios
s.source_files = 'Toast'
s.framework = 'QuartzCore'
Expand Down

0 comments on commit f176bf9

Please sign in to comment.