Update podspec

We don't need to include the PLCR headers any longer, this wasn't needed sincee a few 3.5 releases also.
This commit is contained in:
Andreas Linde 2014-09-12 14:40:18 +02:00
parent 375994c125
commit 70d2573cbd

View File

@ -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'