From 4d7ca3c12c0ac70e832ec7d232dcb95fccf10cf2 Mon Sep 17 00:00:00 2001 From: Thomas Dohmke Date: Sat, 3 Dec 2011 19:31:20 +0100 Subject: [PATCH] Bumped version. --- HockeySDK.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/HockeySDK.podspec b/HockeySDK.podspec index 5f42a7ea81..c56a5afc82 100644 --- a/HockeySDK.podspec +++ b/HockeySDK.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |s| s.name = 'HockeySDK' - s.version = '2.2.0' + s.version = '2.2.1' 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.0' } + s.source = { :git => 'https://github.com/codenauts/HockeySDK-iOS', :tag => '2.2.1' } 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 ' \ @@ -16,7 +16,7 @@ Pod::Spec.new do |s| 'on Reachability and send a notification with the name `NetworkDidBecomeReachable` ' \ 'yourself when the network becomse reachable.' - s.source_files = 'Classes', + s.source_files = 'Classes' s.resources = 'Resources/Hockey.bundle', 'Resources/Quincy.bundle' s.frameworks = 'QuartzCore', 'SystemConfiguration', 'CrashReporter' s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(BUILT_PRODUCTS_DIR)/Pods/Frameworks"' }