We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc3a485 + a3e54ae commit fd40358Copy full SHA for fd40358
CropViewController.podspec
@@ -8,6 +8,7 @@ Pod::Spec.new do |s|
8
s.source = { :git => 'https://github.com/TimOliver/TOCropViewController.git', :tag => s.version }
9
s.platform = :ios, '8.0'
10
s.source_files = 'Swift/CropViewController/**/*.{h,swift}', 'Objective-C/TOCropViewController/**/*.{h,m}'
11
+ s.exclude_files = 'Objective-C/TOCropViewController/include/**/*.h'
12
s.resource_bundles = {
13
'TOCropViewControllerBundle' => ['Objective-C/TOCropViewController/**/*.lproj']
14
}
0 commit comments