From 3aaaaf4c12e1568d516321da158d080d0c3736fc Mon Sep 17 00:00:00 2001 From: Luke Redpath Date: Tue, 3 Mar 2015 17:17:42 +0000 Subject: [PATCH] Update tag --- libPusher.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libPusher.podspec b/libPusher.podspec index f6679781..89106b3e 100644 --- a/libPusher.podspec +++ b/libPusher.podspec @@ -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-alpha' } + s.source = { :git => 'https://github.com/lukeredpath/libPusher.git', :tag => 'v1.6' } s.requires_arc = true s.header_dir = 'Pusher' s.default_subspec = 'Core'