jksk/NLCoreData

The podspec currently available through cocoapods breaks the project

cooksimo opened this issue · 4 comments

Using the following works:

s.prefix_header_contents = "#ifdef __OBJC__\n#import \"NLCoreData.h\"\n#endif"

Instead of:

s.prefix_header_contents = '#import "NLCoreData.h"'

Which is currently found in the cocoapods podspec.

Please update the podspec, thanks!

When is the podspec going to be updated anyway? The one in this repo is using a non-existing tag, the one on cocoapods is very old.

jksk commented

Sorry, that somehow fell by the wayside. If it breaks the project, feel free to remove it from cocoapods.

If you could please add a new tag "v0.3.0.1" to the repository then everything should work fine.

jksk commented

Should work now.