From 07ccb6de00f259a607fbb345f524d3fedc832675 Mon Sep 17 00:00:00 2001 From: Thomas Dohmke Date: Mon, 5 Mar 2012 19:46:36 +0100 Subject: [PATCH] Updated podspec. --- HockeySDK.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/HockeySDK.podspec b/HockeySDK.podspec index c56a5afc82..c90f58d043 100644 --- a/HockeySDK.podspec +++ b/HockeySDK.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'HockeySDK' - s.version = '2.2.1' + s.version = '2.2.3' s.license = 'MIT' s.platform = :ios s.summary = 'Distribute beta apps and collect crash reports with HockeyApp.' s.homepage = 'http://hockeyapp.net/' s.author = { 'Andreas Linde' => 'mail@andreaslinde.de', 'Thomas Dohmke' => "thomas@dohmke.de" } - s.source = { :git => 'https://github.com/codenauts/HockeySDK-iOS', :tag => '2.2.1' } + s.source = { :git => 'https://github.com/codenauts/HockeySDK-iOS', :tag => '2.2.3' } s.description = 'HockeyApp is a server to distribute beta apps and collect crash reports. ' \ 'It improves the testing process dramatically and can be used for both beta ' \