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

Commit

Permalink
Fixes issue caught by pod spec linter
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kitchen committed Dec 16, 2014
1 parent adbcea0 commit 22fa489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PivotalCoreKit.podspec
Expand Up @@ -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
Expand Down

0 comments on commit 22fa489

Please sign in to comment.