boredzo / iso-8601-date-formatter

A Cocoa NSFormatter subclass to convert dates to and from ISO-8601-formatted strings. Supports calendar, week, and ordinal formats.
http://boredzo.org/iso8601dateformatter/
Other
600 stars 140 forks source link

Add podspec file #43

Closed lickel closed 2 years ago

lickel commented 10 years ago

This makes it easier to use CocoaPods and still point to a specific commit.

boredzo commented 10 years ago

What does having a podspec in the ISO 8601 Date Formatter repo do, versus having the (JSON) podspecs in the CocoaPods master repo?

lickel commented 10 years ago

It lets me point to a specific SHA (going forward). The master repo only lets me install specific releases. In particular, I had need of the recent milliseconds commit.

lickel commented 9 years ago

@boredzo would you be willing to merge this in?

I'm not sure why the CI tests failed - my change has no bearing on code or test suites.

mirion commented 9 years ago

@boredzo do you mind merging this pull request? thanks.

orta commented 8 years ago

In september I added a podspec to a recent commit, usable via pod 'ISO8601DateFormatter', :git => "https://github.com/orta/iso-8601-date-formatter"