diff --git a/HockeySDK.podspec b/HockeySDK.podspec index e98358746f..5f42a7ea81 100644 --- a/HockeySDK.podspec +++ b/HockeySDK.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| 'yourself when the network becomse reachable.' 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.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '"$(BUILT_PRODUCTS_DIR)/Pods/Frameworks"' }