yannickl / YLMoment

Parsing, validating, manipulating, and formatting dates easily in Objective-C (API inspired by moment.js)

Home Page:http://yannickl.github.io/YLMoment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Updating Podspec to 0.5.2 and push to CocoaPods

brandonscript opened this issue · comments

You've made some improvements that solve problems like this:

- NOTE  | [xcodebuild]  YLMoment/YLMoment/YLMoment.m:198:47: warning: comparison of constant -1 with expression of type 'NSDateFormatterStyle' (aka 'enum NSDateFormatterStyle') is always true [-Wtautological-constant-out-of-range-compare]
- NOTE  | [xcodebuild]  YLMoment/YLMoment/YLMoment.m:199:47: warning: comparison of constant -1 with expression of type 'NSDateFormatterStyle' (aka 'enum NSDateFormatterStyle') is always true [-Wtautological-constant-out-of-range-compare]
- NOTE  | [xcodebuild]  YLMoment/YLMoment/YLMoment.m:361:24: warning: 'week' is deprecated: first deprecated in iOS 7.0 - Use weekOfMonth or weekOfYear, depending on which you mean [-Wdeprecated-declarations]
- NOTE  | [xcodebuild]  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.3.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSCalendar.h:433:1: note: 'week' has been explicitly marked deprecated here
- NOTE  | [xcodebuild]  YLMoment/YLMoment/YLMoment.m:361:24: warning: 'setWeek:' is deprecated: first deprecated in iOS 7.0 - Use setWeekOfMonth: or setWeekOfYear:, depending on which you mean [-Wdeprecated-declarations]

Are you able to publish a new version to CocoaPods?

I just pushed it. Thank you. :)