blob: 25362ec46c40c76c6891c09c1a5dd7b16570f5bd [file] [log] [blame]
{
"name": "MGEDateFormatter",
"version": "2.0.0",
"summary": "A handy API to convert `Date` to `String` and back written in swift",
"description": "MGEDateFormatter 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, **MGEDateFormatter** takes care of caching the created `DateFormatter` in order to reuse them along the lifecycle of your app.",
"homepage": "https://github.com/ManueGE/MGEDateFormatter/",
"license": "MIT",
"authors": "Manuel García-Estañ",
"social_media_url": "http://twitter.com/ManueGE",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ManueGE/MGEDateFormatter.git",
"tag": "2.0.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "MGEDateFormatter/MGEDateFormatter/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.0"
},
"deprecated_in_favor_of": "November"
}