nsomar / OAStackView

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

Reverted back to simple imports so swift interoperability works better #86

Closed intonarumori closed 8 years ago

intonarumori commented 8 years ago

If OAStackView is used as a dependency in another pod then after installation OAStackView causes "Include of non-modular header inside framework" compile error. For fixing this problem - following the general solution by other open source libraries - I reverted back to simple imports inside the project.