Skip to content

Commit

Permalink
Merge pull request #445 from regularberry/duplicate-uuid
Browse files Browse the repository at this point in the history
Exclude headers in the Swift podspec #437
  • Loading branch information
TimOliver authored Dec 6, 2020
2 parents bc3a485 + a3e54ae commit fd40358
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CropViewController.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/TimOliver/TOCropViewController.git', :tag => s.version }
s.platform = :ios, '8.0'
s.source_files = 'Swift/CropViewController/**/*.{h,swift}', 'Objective-C/TOCropViewController/**/*.{h,m}'
s.exclude_files = 'Objective-C/TOCropViewController/include/**/*.h'
s.resource_bundles = {
'TOCropViewControllerBundle' => ['Objective-C/TOCropViewController/**/*.lproj']
}
Expand Down

0 comments on commit fd40358

Please sign in to comment.