Last active
December 20, 2015 04:28
-
-
Save lukeredpath/6070692 to your computer and use it in GitHub Desktop.
Custom podspec pointing to my ISO8601DateFormatter fork
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Pod::Spec.new do |s| | |
s.name = 'ISO8601DateFormatter' | |
s.version = '0.6' | |
s.license = 'BSD' | |
s.summary = 'A Cocoa NSFormatter subclass to convert dates to and from ISO-8601-formatted strings. Supports calendar, week, and ordinal formats.' | |
s.homepage = 'https://bitbucket.org/boredzo/iso-8601-parser-unparser/' | |
s.author = 'Peter Hosey' | |
s.source = { :git => 'https://github.com/lukeredpath/iso-8601-date-formatter.git', :branch => "support-millisecond-precision" } | |
s.source_files = 'ISO8601DateFormatter.{h,m}' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment