blob: a14278a89aa78ec15acdfbdc17df772906ac75cc [file] [log] [blame]
{
"name": "November",
"version": "3.0.0",
"summary": "A handy API to convert `Date` to `String` and back written in swift",
"description": "November provides a set of extensions to `Date` and `DateFormatter` to build a nice API which simplify the conversion from `Date` to `Strin and back.\n\nCreating a `NSDateFormatter` is an expensive task. For this reason, **November** takes care of caching the created `DateFormatter` in order to reuse them along the lifecycle of your app.",
"homepage": "https://github.com/ManueGE/November/",
"license": "MIT",
"authors": "Manuel García-Estañ",
"social_media_url": "http://twitter.com/ManueGE",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ManueGE/November.git",
"tag": "3.0.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "November/November/*.{swift}"
}