blob: f2cc7a3ac7f47cf25f752207ffdf2e2654785efa [file] [log] [blame]
{
"name": "ISO8601-re2c",
"version": "0.3.0",
"summary": "Fast ISO-8601 NSFormatter subclass to parse and format date strings using re2c scanner",
"homepage": "http://github.com/bcherry/iso8601/",
"license": "BSD",
"authors": {
"Eric Jensen": "ej@pushd.com"
},
"source": {
"git": "https://github.com/bcherry/iso8601.git",
"tag": "0.3.0"
},
"requires_arc": false,
"source_files": [
"ISO8601/NJISO8601Formatter.{h,m}",
"ISO8601/NJISO8601Parser.{h,m}"
],
"public_header_files": [
"ISO8601/NJISO8601Formatter.h",
"ISO8601/NJISO8601Parser.h"
]
}