From 6d0ccd22ff451e2ab25203d2c4fd1616ee34e708 Mon Sep 17 00:00:00 2001 From: Eloy Duran Date: Mon, 21 Nov 2011 16:07:41 +0100 Subject: [PATCH] Fix HockeyKit case in name by removing and re-adding it... --- HockeyKit/2.0.3/Hockeykit.podspec | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 HockeyKit/2.0.3/Hockeykit.podspec diff --git a/HockeyKit/2.0.3/Hockeykit.podspec b/HockeyKit/2.0.3/Hockeykit.podspec deleted file mode 100644 index cab75ae5f627b9..00000000000000 --- a/HockeyKit/2.0.3/Hockeykit.podspec +++ /dev/null @@ -1,27 +0,0 @@ -Pod::Spec.new do |s| - s.name = 'HockeyKit' - s.version = '2.0.3' - s.license = 'MIT' - s.platform = :ios - s.summary = 'A software update kit for iOS.' - s.homepage = 'http://hockeykit.net/' - s.author = { 'Andreas Linde' => 'mail@andreaslinde.de' } - s.source = { :git => 'https://github.com/TheRealKerni/HockeyKit.git', :tag => '2.0.3' } - - s.description = 'Hockey is a iOS Ad-Hoc updater framework. It can be used for all apps that ' \ - 'target the Apple AppStore and improves the beta testing process dramatically. ' \ - 'NOTES: You will need to add a dependency on JSONKit or SBJson yourself. If you ' \ - 'want the framework to try again when a network is available, add a dependency ' \ - 'on Reachability and send a notification with the name `NetworkDidBecomeReachable` ' \ - 'yourself when the network becomse reachable.' - - s.source_files = 'client/iOS', - # TODO this dir contains more vendored code by Peter Steinberger. He said that he would - # move this code out into its own repo in the near future. Add a dependency on that new - # repo when he does. - 'client/iOS/Helper' - - s.resource = 'client/iOS/Hockey.bundle' - s.clean_paths = 'client/Android', 'demo', 'server', 'client/iOS/HockeyLib', 'client/iOS/JSON' - s.frameworks = 'QuartzCore', 'SystemConfiguration' -end