huynguyencong / NHNetworkTime

A simple network time protocol SNTP open source for iOS, get the correct time.
Apache License 2.0
118 stars 22 forks source link

fix for cocoapods with use_framework! #9

Closed gonghao closed 8 years ago

gonghao commented 8 years ago

When I use Cocoapods with use_framework! flag to work with my Swift project, I met this problem that includes wrong path.

But I'm not sure is it correct for other situations with this modification.

huynguyencong commented 8 years ago

I use use_framework! too, but not problem. Can you try it again and show me the result?