sunilsharma08 / XNLogger

Network Logger - Framework to log network traffics
MIT License
25 stars 7 forks source link

Use resource_bundles for cocoapods #70

Open Sega-Zero opened 8 months ago

Sega-Zero commented 8 months ago

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.

sunilsharma08 commented 7 months ago

@Sega-Zero Thanks for pointing out this issue, will update the podspec in next release.