Closed yas375 closed 10 years ago
looks like NSCalendarUnitWeekOfYear
was added in 10.9. Verify that for me. If you add a requirement to of OS X 10.9 (and whatever iOS version this was added) to the podspec, I'll merge and push a pod update. thanks.
Adam, according to Apple's header files NSCalendarUnitWeekOfYear
available since OS X 10.7 and iOS 5.0
Unfortunately I can't prove it with unit tests (see #34). But with old api I was getting incorrect result in the project I'm working on.
And with the fix proposed here everything is good to me :)