Skip to content

Commit fd40358

Browse files
authored
Merge pull request #445 from regularberry/duplicate-uuid
Exclude headers in the Swift podspec #437
2 parents bc3a485 + a3e54ae commit fd40358

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)