blob: a1c241f0141d3d04a82a4dc17c21bd464e47189e [file] [log] [blame]
{
"name": "Kali",
"version": "1.0.3",
"summary": "Better Date and Time handling using Swift.",
"description": "Kali 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 it behind an easy-to-use, simple API for interacting with dates.",
"homepage": "https://github.com/Haud/Kali",
"license": "MIT",
"authors": {
"Christopher Jones": "chris.jones@haud.co"
},
"source": {
"git": "https://github.com/Haud/DateTime.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"source_files": "src/*.swift"
}