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)