blob: 3113a7a8056634dac7dce6ee7d0d805ebe81c3b8 [file] [log] [blame]
{
"name": "SORelativeDateTransformer",
"version": "1.1.9",
"summary": "An NSValueTransformer subclass to turn an NSDate into a string expressing its relative age from now.",
"homepage": "https://github.com/billgarrison/SORelativeDateTransformer",
"license": "MIT",
"authors": {
"billgarrison": "1billgarrison@gmail.com"
},
"source": {
"git": "https://github.com/billgarrison/SORelativeDateTransformer.git",
"tag": "1.1.9"
},
"source_files": "SORelativeDateTransformer/*.{h,m}",
"resources": "SORelativeDateTransformer/SORelativeDateTransformer.bundle",
"requires_arc": false,
"platforms": {
"ios": "4.3",
"osx": "10.7"
}
}