blob: d5cd080234a2a2a079644100aa68955e765fcc1b [file] [log] [blame]
{
"name": "ISO8601DateFormatterValueTransformer",
"version": "0.7.0",
"license": "Apache2",
"summary": "A small library that integrates ISO8601DateFormatter with RKValueTransformers",
"homepage": "https://github.com/blakewatters/ISO8601DateFormatterValueTransformer",
"authors": {
"Blake Watters": "blakewatters@gmail.com"
},
"source": {
"git": "https://github.com/blakewatters/ISO8601DateFormatterValueTransformer.git",
"tag": "v0.7.0"
},
"source_files": "Code",
"requires_arc": true,
"dependencies": {
"RKValueTransformers": [
"~> 1.1.0"
],
"ISO8601DateFormatter": [
"~> 0.7"
]
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
}
}