Skip to content

Commit a3e54ae

Browse files
committed
exclude headers in the Swift podspec
1 parent 69fa475 commit a3e54ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CropViewController.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Pod::Spec.new do |s|
88
s.source = { :git => 'https://github.com/TimOliver/TOCropViewController.git', :tag => s.version }
99
s.platform = :ios, '8.0'
1010
s.source_files = 'Swift/CropViewController/**/*.{h,swift}', 'Objective-C/TOCropViewController/**/*.{h,m}'
11+
s.exclude_files = 'Objective-C/TOCropViewController/include/**/*.h'
1112
s.resource_bundles = {
1213
'TOCropViewControllerBundle' => ['Objective-C/TOCropViewController/**/*.lproj']
1314
}

0 commit comments

Comments
 (0)