DigitalRuby / DRColorPicker

Digital Ruby, LLC Color Picker for iOS
http://www.digitalruby.com/introducing-drcolorpicker-ios/
Other
75 stars 14 forks source link

Add support for CocoaPods "use_frameworks!". #10

Closed toddfreese closed 6 years ago

toddfreese commented 7 years ago

Currently DRColorPicker will not work if you are using use_frameworks! in your pod file.

I think this is because DRColorPicker.m's DRCPTR function is using [NSBundle mainBundle] instead of bundleForClass: as per this issue:

https://github.com/CocoaPods/CocoaPods/issues/3226

jjxtra commented 6 years ago

Thanks for the notification. Happy to have someone submit a pull request if they want to fix it.

jjxtra commented 6 years ago

Was fixed a while ago