From 70d2573cbda8f99ef3debfc6cf3cf588636c76ab Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Fri, 12 Sep 2014 14:40:18 +0200 Subject: [PATCH] Update podspec We don't need to include the PLCR headers any longer, this wasn't needed sincee a few 3.5 releases also. --- HockeySDK.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HockeySDK.podspec b/HockeySDK.podspec index e66d8401b1..9fc1c071f2 100644 --- a/HockeySDK.podspec +++ b/HockeySDK.podspec @@ -19,7 +19,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/bitstadium/HockeySDK-iOS.git', :tag => s.version.to_s } s.platform = :ios, '6.0' - s.source_files = 'Classes', "Vendor/CrashReporter.framework/Versions/A/Headers/*.h" + s.source_files = 'Classes' s.requires_arc = true s.frameworks = 'CoreText', 'QuartzCore', 'SystemConfiguration', 'CoreGraphics', 'UIKit', 'Security', 'AssetsLibrary', 'MobileCoreServices', 'QuickLook'