blob: cf94d08f0b7286ff15b2ae60867b1fa2bb222e36 [file] [log] [blame]
{
"name": "SORelativeDateTransformer",
"version": "1.1.10",
"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.10"
},
"source_files": "SORelativeDateTransformer/*.{h,m}",
"resources": "SORelativeDateTransformer/SORelativeDateTransformer.bundle",
"requires_arc": false,
"platforms": {
"ios": "4.3",
"osx": "10.7"
}
}