blob: 543a7227651743d45de281ea7e556f2c5db970b0 [file] [log] [blame]
{
"name": "MHPrettyDate",
"version": "1.0.0",
"summary": "An iOS framework that provides a simple mechanism to get \"Pretty Dates\" (\"Yesterday\", \"Today\", etc.) from NSDate objects.",
"homepage": "https://github.com/bobjustbob/MHPrettyDate",
"license": "MIT",
"authors": {
"Bobby Williams": "bjackw@mac.com"
},
"source": {
"git": "https://github.com/bobjustbob/MHPrettyDate.git",
"tag": "v1.0.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "MHPrettyDate/**/*.{h,m}",
"frameworks": "Foundation",
"requires_arc": false
}