blob: 95155416e272693068dea678412b51d71e6e7854 [file] [log] [blame]
{
"name": "FRDateFormatterCache",
"version": "0.1.0",
"summary": "A simple category on NSDateFormatter for caching date formatters",
"homepage": "https://github.com/veritech/FRDateFormatterCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Dalrymple": "jonathan@float-right.co.uk"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/veritech/FRDateFormatterCache.git",
"tag": "0.1.0"
},
"source_files": [
"Classes",
"**/*.{h,m}"
],
"requires_arc": true
}