Resource Bundle
#Bundle
CocoaPods では、名前空間の衝突回避のために、Resource Bundle の利用が推奨されている。ここで懸念されている名前空間の衝突は、あくまで単一 Pod 内における衝突の回避のことを言っているのだろうか。
For building the Pod as a static library, we strongly recommend library developers to adopt resource bundles as there can be name collisions using the resources attribute.
http://guides.cocoapods.org/syntax/podspec.html#resource_bundles
http://cocoadays.blogspot.com/2014/02/resource-bundle-cocoapods.html
https://www.cocoanetics.com/2012/05/resource-bundles/
https://medium.com/@09mejohn/resource-bundles-in-ios-static-library-beba3070fafd