Skip to content

Commit

Permalink
Update git tag in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeredpath committed Sep 21, 2015
1 parent ce20b12 commit a737024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libPusher.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.summary = 'An Objective-C client for the Pusher.com service'
s.homepage = 'https://github.com/lukeredpath/libPusher'
s.author = 'Luke Redpath'
s.source = { :git => 'https://github.com/lukeredpath/libPusher.git', :tag => 'v1.6' }
s.source = { :git => 'https://github.com/lukeredpath/libPusher.git', :tag => 'v1.6.1' }
s.requires_arc = true
s.header_dir = 'Pusher'
s.default_subspec = 'Core'
Expand Down

0 comments on commit a737024

Please sign in to comment.