[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / e / 8 / November / 3.0.0 / November.podspec.json
bloba14278a89aa78ec15acdfbdc17df772906ac75cc
2   "name": "November",
3   "version": "3.0.0",
4   "summary": "A handy API to convert `Date` to `String` and back written in swift",
5   "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.",
6   "homepage": "https://github.com/ManueGE/November/",
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/November.git",
15     "tag": "3.0.0"
16   },
17   "requires_arc": true,
18   "frameworks": "Foundation",
19   "source_files": "November/November/*.{swift}"