From 9b21e045560f0ec4a628bc1eef1de377db8d22bc Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Thu, 9 Aug 2012 01:25:48 +0200 Subject: [PATCH] Some first cocoa pods adjustments, surely not working yet Needs to use the HockeySDKResources target and the generated bundle and I guess also the targets for the lib --- HockeySDK.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/HockeySDK.podspec b/HockeySDK.podspec index 34e4338d75..9819204d05 100644 --- a/HockeySDK.podspec +++ b/HockeySDK.podspec @@ -1,24 +1,24 @@ Pod::Spec.new do |s| s.name = 'HockeySDK' - s.version = '2.3.0' + s.version = '2.5.0' 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/bitstadium/HockeySDK-iOS', :tag => '2.3.0' } + s.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS', :tag => '2.5.0' } 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 ' \ 'and App Store builds. Only beta builds will notify users about a new version ' \ - 'NOTE: You will need to add a dependency on JSONKit or SBJson yourself. If you ' \ + 'NOTE: You will need to add a dependency on JSONKit, SBJson or YAJL 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` ' \ + 'on Reachability and send a notification with the name `BITHockeyNetworkDidBecomeReachable` ' \ 'yourself when the network becomse reachable.' s.source_files = 'Classes' s.resources = 'Resources/HockeySDKResources.bundle' - s.frameworks = 'QuartzCore', 'SystemConfiguration', 'CrashReporter' + s.frameworks = 'QuartzCore', 'SystemConfiguration', 'CrashReporter', 'CoreGraphics.framework', 'UIKit.framework' s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(BUILT_PRODUCTS_DIR)/Pods/Frameworks"' } def s.post_install(target_installer)