Files
JBChartView/ISO8601DateFormatter/0.5/ISO8601DateFormatter.podspec
T
2013-01-04 11:11:36 +01:00

12 lines
514 B
Ruby

Pod::Spec.new do |s|
s.name = 'ISO8601DateFormatter'
s.version = '0.5'
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/ISO8601DateFormatter/ISO8601DateFormatter.git', :tag => '0.5' }
s.source_files = 'ISO8601DateFormatter.{h,m}'
end