Skip to content

Instantly share code, notes, and snippets.

@lukeredpath
Last active December 20, 2015 04:28
Show Gist options
  • Save lukeredpath/6070692 to your computer and use it in GitHub Desktop.
Save lukeredpath/6070692 to your computer and use it in GitHub Desktop.
Custom podspec pointing to my ISO8601DateFormatter fork
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