Skip to content
This repository was archived by the owner on Mar 24, 2022. It is now read-only.

Commit 22fa489

Browse files
author
Andrew Kitchen
committed
Fixes issue caught by pod spec linter
1 parent adbcea0 commit 22fa489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PivotalCoreKit.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Pod::Spec.new do |s|
4848
stub.requires_arc = true
4949
stub.source_files = ['UIKit/SpecHelper/Stubs/*.{h,m}', 'UIKit/SpecHelper/UIKit+PivotalSpecHelperStubs.h']
5050
stub.dependency 'PivotalCoreKit/UIKit/SpecHelper/Support'
51-
narc_files = ['UIKit/SpecHelper/Stubs/UIGestureRecognizer+Spec.m']
51+
narc_files = ['UIKit/SpecHelper/Stubs/UIGestureRecognizer+Spec.*']
5252
stub.exclude_files = narc_files
5353
stub.subspec 'Stubs-noarc' do |narc|
5454
narc.requires_arc = false

0 commit comments

Comments
 (0)