Skip to content

Commit

Permalink
Bump podspec version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalessec committed Nov 4, 2016
1 parent 6424b49 commit bd8f811
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Toast.podspec
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Toast"
s.version = "3.0"
s.version = "3.1.0"
s.summary = "A UIView category that adds Android-style toast notifications to iOS."
s.homepage = "https://github.com/scalessec/Toast"
s.license = 'MIT'
s.author = { "Charles Scalesse" => "scalessec@gmail.com" }
s.source = { :git => "https://github.com/scalessec/Toast.git", :tag => "3.0" }
s.source = { :git => "https://github.com/scalessec/Toast.git", :tag => "3.1.0" }
s.platform = :ios
s.source_files = 'Toast/Toast'
s.framework = 'QuartzCore'
Expand Down

0 comments on commit bd8f811

Please sign in to comment.