Update CocoaSpec with a fix for some rare integration issues

This commit is contained in:
Andreas Linde 2014-04-21 16:50:25 +02:00
parent 68a17f8b05
commit fd35eee132

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, '5.0'
s.source_files = 'Classes'
s.source_files = 'Classes', "Vendor/CrashReporter.framework/Versions/A/Headers/*.h"
s.requires_arc = true
s.frameworks = 'CoreText', 'QuartzCore', 'SystemConfiguration', 'CoreGraphics', 'UIKit', 'Security'