Skip to content

Commit

Permalink
Updating podspec for v0.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
atljeremy committed Feb 11, 2016
1 parent 6071218 commit 517773f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JFMinimalNotifications.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "JFMinimalNotifications"
s.version = "0.0.6"
s.version = "0.0.7"
s.summary = "An iOS UIView for presenting a minimalistic notification that doesn't block the UI and is highly configurable"
s.requires_arc = true

Expand Down Expand Up @@ -74,7 +74,7 @@ Pod::Spec.new do |s|
# Supports git, hg, bzr, svn and HTTP.
#

s.source = { :git => "https://github.com/atljeremy/JFMinimalNotifications.git", :tag => "0.0.6" }
s.source = { :git => "https://github.com/atljeremy/JFMinimalNotifications.git", :tag => "0.0.7" }


# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
Expand Down

0 comments on commit 517773f

Please sign in to comment.