nsomar / OAStackView

Porting UIStackView to iOS 7+
MIT License
2.14k stars 200 forks source link

remove resource bundle definition from podspec #96

Closed axl411 closed 7 years ago

axl411 commented 7 years ago

I'm recently examine all private podspec definitions I use in my project, and I found OAStackView has an empty resource bundle sitting inside my_proj.app package like this:

1

It's not a big deal, but since I came across this... there you go, I propose deleting the unnecessary resource bundle definition.

axl411 commented 7 years ago

Some work needs to be done to get travis build pass, I'll just leave it as is since my change is really trivial.

nsomar commented 7 years ago

@axl411 Thanks for the change. and sorry for being unresponsive :)