diff --git a/CropViewController.podspec b/CropViewController.podspec index 8747f321..00a2ac71 100644 --- a/CropViewController.podspec +++ b/CropViewController.podspec @@ -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'] }