[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 8 / c / f / DateTime / 1.0.0 / DateTime.podspec.json
blobe21b8132259a4b6bcf7f80b4495481776b3501f4
2   "name": "DateTime",
3   "version": "1.0.0",
4   "summary": "Better Date and Time handling using Swift.",
5   "description": "DateTime is a library that simplifies Date and Time handling for iOS frameworks. It wraps some of the more cumbersome features of NSDate, NSCalendar, etc. and abstracts behind an easy-to-use, simple API for interacting with dates.",
6   "homepage": "https://github.com/Haud/DateTime",
7   "license": "MIT",
8   "authors": {
9     "Christopher Jones": "chris.jones@haud.co"
10   },
11   "source": {
12     "git": "https://github.com/Haud/DateTime.git",
13     "tag": "1.0.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "src/*.swift"