gonzalezreal / Groot

From JSON to Core Data and back.
Other
534 stars 61 forks source link

Private headers #64

Closed faviomob closed 8 years ago

faviomob commented 8 years ago

I'm building framework on top of Groot, and I use methods declared in its private headers. While I used CocoaPods I could include them directly, although this is dirty of-course. Now I've migrated to Carthage, and I can't include them anymore except directly copying them to my project. May be move them to public? "grt_identityAttributes" method is very handy!

NSEntityDescription+Groot.h NSPropertyDescription+Groot.h

gonzalezreal commented 8 years ago

Sure. Feel free to make a PR with the changes.