blob: e21b8132259a4b6bcf7f80b4495481776b3501f4 [file] [log] [blame]
{
"name": "DateTime",
"version": "1.0.0",
"summary": "Better Date and Time handling using Swift.",
"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.",
"homepage": "https://github.com/Haud/DateTime",
"license": "MIT",
"authors": {
"Christopher Jones": "chris.jones@haud.co"
},
"source": {
"git": "https://github.com/Haud/DateTime.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "src/*.swift"
}