jondanao / TheSidebarController

A container view controller that implements different popular sidebar view controllers like Facebook, Airbnb, Flipboard, etc.
Other
360 stars 52 forks source link

Fix import header for compatibility with Cocoapods v0.39.x #20

Closed JoGoFo- closed 8 years ago

JoGoFo- commented 8 years ago

Since CocoaPods 0.39.0 there is a requirement to define file paths in import statements, due to conflicting pods projects which share a common file name. Attempting to compile a project using TheSidebarController with Cocoapods 0.39.0 will fail. This fix will resolve.