kevinlawler / NSDate-TimeAgo

A "time ago", "time since", "relative date", or "fuzzy date" category for NSDate and iOS, Objective-C, Cocoa Touch, iPhone, iPad
ISC License
1.75k stars 322 forks source link

Support dynamic frameworks through cocoapods #87

Closed JaviSoto closed 9 years ago

JaviSoto commented 9 years ago

Cocoapods guide pointing to the usage of +[NSBundle bundleForClass:]: http://blog.cocoapods.org/Pod-Authors-Guide-to-CocoaPods-Frameworks/

Fixes #64 crash

JaviSoto commented 9 years ago

Thanks!