XNLogger
XNLogger copied to clipboard
Use resource_bundles for cocoapods
line s.resources = "XNLogger/UI/**/*.{xcassets,storyboard,xib}" triggers https://github.com/CocoaPods/CocoaPods/issues/8431
For apps that contains multiple xcassets this may cause troubles when integrating a pod.
Consider using resource_bundles in podspec to resolve the issue.
@Sega-Zero Thanks for pointing out this issue, will update the podspec in next release.