Skip to content

Commit

Permalink
Merge pull request CocoaPods#618 from fcanas/master
Browse files Browse the repository at this point in the history
Fix iOS-Color-Picker 0.0.6
  • Loading branch information
fcanas committed Oct 13, 2012
2 parents 568d203 + 43d9e18 commit 97a0e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOS-Color-Picker/0.0.6/iOS-Color-Picker.podspec
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://github.com/fcanas/ios-color-picker.git", :tag => "0.0.6"}
s.platform = :ios, '4.3'
s.source_files = '*.{h,m}'
s.resources = "Resources/*.png", 'ColorPickerViewController.xib'
s.resources = "Resources/*.png", 'FCColorPickerViewController.xib'
s.frameworks = 'QuartzCore', 'Foundation', 'UIKit', 'CoreGraphics'
s.dependency 'UIColor-Utilities', '~> 1.0'
end

0 comments on commit 97a0e0d

Please sign in to comment.