gonzalezreal / Groot

From JSON to Core Data and back.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Private headers

faviomob opened this issue · comments

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

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