blob: 7fae71324bdbc60672205885b2c22f7559f02ff4 [file] [log] [blame]
{
"name": "MGEDateFormatter",
"version": "1.1.0",
"summary": "A handy API to convert NSDate to NSString and back written in swift",
"description": "MGEDateFormatter provides a set of extensions to NSDate and NSDateFormatter to build a nice API which simplify the conversion from NSDate to NSString and back.\n\nCreating a `NSDateFormatter` is an expensive task. For this reason, **MGEDateFormatter** takes care of caching the created `NSDateFormatter` 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": "1.1.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "MGEDateFormatter/MGEDateFormatter/*.{swift}",
"deprecated_in_favor_of": "November"
}