Added missing s.

This commit is contained in:
Thomas Dohmke 2011-12-03 19:26:46 +01:00
parent 9e8dcd2664
commit 01aed9df0d

View File

@ -17,7 +17,7 @@ Pod::Spec.new do |s|
'yourself when the network becomse reachable.' 'yourself when the network becomse reachable.'
s.source_files = 'Classes', s.source_files = 'Classes',
s.resource = 'Resources/Hockey.bundle', 'Resources/Quincy.bundle' s.resources = 'Resources/Hockey.bundle', 'Resources/Quincy.bundle'
s.frameworks = 'QuartzCore', 'SystemConfiguration', 'CrashReporter' s.frameworks = 'QuartzCore', 'SystemConfiguration', 'CrashReporter'
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(BUILT_PRODUCTS_DIR)/Pods/Frameworks"' } s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(BUILT_PRODUCTS_DIR)/Pods/Frameworks"' }