Cocoanetics / DTFoundation

Standard toolset classes and categories
BSD 2-Clause "Simplified" License
803 stars 237 forks source link

Update to use standard umbrella header with Cocoapods #100

Closed odrobnik closed 8 years ago

odrobnik commented 8 years ago

Cocoapods 1.0 seems to support using DTFoundation.h as umbrella header instead of the previous workaround DTFoundation-Umbrella.h

I want to remove the previous umbrella header and use the main one instead.

odrobnik commented 8 years ago

Apparently as of Cocoapods version 1.0.0.beta.6 it does no longer include DTFoundation.h next to the custom generated umbrella header. This means: no work necessary in this case.