blob: 21403c899495cf4819ed867100489d5e8f14e7ba [file] [log] [blame]
{
"name": "iso-rfc822-date",
"version": "1.0.0",
"summary": "ISO and RFC822 extensions to NSDate for parsing and formatting.",
"description": "ISO and RFC822 extensions to NSDate for parsing and formatting.\nThe used date formatters are cached as a singleton instance to speed\nup the formatting and parsing.",
"homepage": "https://github.com/anfema/iso-rfc822-date",
"license": {
"type": "BSD",
"file": "LICENSE.txt"
},
"authors": {
"Johannes Schriewer": "j.schriewer@anfe.ma"
},
"social_media_url": "http://twitter.com/dunkelstern",
"platforms": {
"ios": "8.4",
"osx": "10.10"
},
"source": {
"git": "https://github.com/anfema/iso-rfc822-date.git",
"tag": "1.0.0"
},
"source_files": "isodate/*.{m,h}"
}