danielebogo / DBCamera

DBCamera is a simple custom camera with AVFoundation
MIT License
1.26k stars 262 forks source link

#172 breaks usage with use_frameworks #177

Closed mkoppanen closed 8 years ago

mkoppanen commented 8 years ago

Seems like the PR #172 breaks usage with CocoaPods use_frameworks. Similar issue:

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

"Those Pods will need to be updated to use bundleForClass: instead of mainBundle, so that they work as both framework and static library."

leobarrospereira commented 8 years ago

Pull request to fix this: https://github.com/danielebogo/DBCamera/pull/178

danielebogo commented 8 years ago

Merged, tag 2.4.1 created and podspec pushed to cocoapods! Thanks guys!