re-added preserve_paths and frameworks

This commit is contained in:
Benny Reimold
2013-11-08 14:07:42 +01:00
parent 0a98bcd7ef
commit 919de0ac88

View File

@@ -18,6 +18,8 @@ Pod::Spec.new do |s|
s.source_files = 'Classes'
s.requires_arc = true
s.preserve_paths = 'Resources', 'Support'
s.frameworks = 'CoreText', 'QuartzCore', 'SystemConfiguration', 'CoreGraphics', 'UIKit', 'Security'
s.ios.vendored_frameworks = 'Vendor/CrashReporter.framework'
s.xcconfig = {'GCC_PREPROCESSOR_DEFINITIONS' => %{$(inherited) BITHOCKEY_VERSION="@\\"#{s.version}\\""} }
s.resource_bundle = { 'HockeySDKResources' => ['Resources/*.png', 'Resources/*.lproj'] }