blob: f43f4b6b597310334fcfe3b62e7577dc3b6d5b52 [file] [log] [blame]
{
"name": "iso-rfc822-date",
"version": "1.0.1",
"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.1"
},
"source_files": "isodate/*.{m,h}"
}