blob: 2e25d6764b1d992af4ba742909c11a2a0ef8f6de [file] [log] [blame]
{
"name": "STRFTimeFormatter",
"version": "1.0",
"summary": "NSDateFormatter replacement for machine encoded dates.",
"homepage": "https://github.com/ellneal/STRFTimeFormatter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Elliot Neal": "elliot@emdentec.com"
},
"source": {
"git": "https://github.com/ellneal/STRFTimeFormatter.git",
"tag": "v1.0"
},
"source_files": "STRFTimeFormatter/**/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "6.0"
}
}