From 22fa4895fd7405b8e42555c11ed45bbbf4ba7f08 Mon Sep 17 00:00:00 2001 From: Andrew Kitchen Date: Mon, 15 Dec 2014 17:09:09 -0800 Subject: [PATCH] Fixes issue caught by pod spec linter --- PivotalCoreKit.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PivotalCoreKit.podspec b/PivotalCoreKit.podspec index 28384d3..6896371 100644 --- a/PivotalCoreKit.podspec +++ b/PivotalCoreKit.podspec @@ -48,7 +48,7 @@ Pod::Spec.new do |s| stub.requires_arc = true stub.source_files = ['UIKit/SpecHelper/Stubs/*.{h,m}', 'UIKit/SpecHelper/UIKit+PivotalSpecHelperStubs.h'] stub.dependency 'PivotalCoreKit/UIKit/SpecHelper/Support' - narc_files = ['UIKit/SpecHelper/Stubs/UIGestureRecognizer+Spec.m'] + narc_files = ['UIKit/SpecHelper/Stubs/UIGestureRecognizer+Spec.*'] stub.exclude_files = narc_files stub.subspec 'Stubs-noarc' do |narc| narc.requires_arc = false