[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 8 / 1 / 3 / MGEDateFormatter / 1.0.0 / MGEDateFormatter.podspec.json
blobc834854a7cb9a5cab37718a5e9d8d08f70d1d268
2   "name": "MGEDateFormatter",
3   "version": "1.0.0",
4   "summary": "A handy API to convert NSDate to NSString and back written in swift",
5   "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.",
6   "homepage": "https://github.com/ManueGE/MGEDateFormatter/",
7   "license": "MIT",
8   "authors": "Manuel García-Estañ",
9   "social_media_url": "http://twitter.com/ManueGE",
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/ManueGE/MGEDateFormatter.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "frameworks": "Foundation",
19   "source_files": "MGEDateFormatter/MGEDateFormatter/*.{swift}",
20   "deprecated_in_favor_of": "November"