Skip to content

Commit

Permalink
Fix build break in xcode 8.1 which enforces stricter bundle checking
Browse files Browse the repository at this point in the history
  • Loading branch information
xaphod committed Nov 2, 2016
1 parent 51ecb93 commit 8ff4d4e
Show file tree
Hide file tree
Showing 18 changed files with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions DRColorPicker.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DRColorPicker'
s.version = '1.1.0'
s.version = '1.1.1'
s.summary = 'Digital Ruby Color Picker'
s.homepage = 'http://www.digitalruby.com/introducing-drcolorpicker-ios/'
s.license = 'MIT'
Expand All @@ -11,10 +11,7 @@ s.source = {
}
s.platform = :ios, '6.0'
s.source_files = 'Pod/Classes/*'
#s.resources = 'DRColorPickerExample/DRColorPicker/DRColorPicker.bundle'
s.resource_bundles = {
'DRColorPicker' => ['Pod/Assets/**/*']
}
s.resources = 'DRColorPickerExample/DRColorPicker.bundle'
s.frameworks = 'UIKit', 'QuartzCore', 'ImageIO'
s.requires_arc = true
end

0 comments on commit 8ff4d4e

Please sign in to comment.